diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index f088062591..330837f141 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 +;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès ;;; Copyright © 2012, 2014, 2015 Andreas Enge ;;; Copyright © 2013 Cyril Roelandt ;;; Copyright © 2014, 2016 David Thompson @@ -748,7 +748,8 @@ (define-public perl-dbd-pg ("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 +@dfn{Database Interface} (DBI).") (license (package-license perl)))) (define-public perl-dbd-mysql