commit:     22146a7a7bda1ad1a7a6ec5da05135005d3204cd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 02:00:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 02:02:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22146a7a

postgres.eclass: fix @AUTHOR definition

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/postgres.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass
index bcd7e0adebe..7652a862518 100644
--- a/eclass/postgres.eclass
+++ b/eclass/postgres.eclass
@@ -7,7 +7,8 @@ EXPORT_FUNCTIONS pkg_setup
 # @ECLASS: postgres.eclass
 # @MAINTAINER:
 # PostgreSQL <[email protected]>
-# @AUTHOR: Aaron W. Swenson <[email protected]>
+# @AUTHOR:
+# Aaron W. Swenson <[email protected]>
 # @SUPPORTED_EAPIS: 5 6 7
 # @BLURB: An eclass for PostgreSQL-related packages
 # @DESCRIPTION:

Reply via email to