This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c69156f  nls: Fix documentation pot generation.
c69156f is described below

commit c69156fc89ac46b7bebfb35e6ad205ed1b2e6df6
Author: Julien Lepiller <[email protected]>
AuthorDate: Tue Sep 29 15:32:38 2020 +0200

    nls: Fix documentation pot generation.
    
    * po/doc/local.mk: Fix POT_OPTIONS to properly assign copyright and
    define the proper license.
---
 po/doc/local.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/doc/local.mk b/po/doc/local.mk
index 4f3ad0a..751ea5a 100644
--- a/po/doc/local.mk
+++ b/po/doc/local.mk
@@ -32,9 +32,9 @@ EXTRA_DIST = \
   $(DOC_PO_FILES) \
   $(DOC_COOKBOOK_PO_FILES)
 
-POT_OPTIONS = --package-name "guix" --package-version "$(VERSION)" \
-                 --copyright-holder "Ludovic Courtès" \
-                         --msgid-bugs-address "[email protected]"
+POT_OPTIONS = --package-name "guix manual" --package-version "$(VERSION)" \
+                 --copyright-holder "the authors of Guix (msgids)" \
+                         --msgid-bugs-address "[email protected]"
 
 doc-po-update-%:
        @lang=`echo "$@" | sed -e's/^doc-po-update-//'` ; \

Reply via email to