guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: perl-dbd-pg: Add description.


From: Ludovic Courtès
Subject: 01/01: gnu: perl-dbd-pg: Add description.
Date: Fri, 29 Jul 2016 08:23:07 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit f33e71fca2105c2110a00a12acdce7d88d544d16
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 29 10:22:31 2016 +0200

    gnu: perl-dbd-pg: Add description.
    
    * gnu/packages/databases.scm (perl-dbd-pg)[description]: Add non-empty
    description.
---
 gnu/packages/databases.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index f088062..330837f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2012, 2014, 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2013 Cyril Roelandt <address@hidden>
 ;;; Copyright © 2014, 2016 David Thompson <address@hidden>
@@ -748,7 +748,8 @@ columns, primary keys, unique constraints and 
relationships.")
        ("postgresql" ,postgresql)))
     (home-page "http://search.cpan.org/dist/DBD-Pg";)
     (synopsis "DBI PostgreSQL interface")
-    (description "")
+    (description "This package provides a PostgreSQL driver for the Perl5
address@hidden Interface} (DBI).")
     (license (package-license perl))))
 
 (define-public perl-dbd-mysql



reply via email to

[Prev in Thread] Current Thread [Next in Thread]