diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-09-29 15:39:09 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-09-29 15:40:25 +0200 |
commit | ac324be105977d531928ef7da79483ae7a461b68 (patch) | |
tree | 549b520d639a9d8fdabfda4e9a85e6fa904670a6 /po/packages | |
parent | c69156fc89ac46b7bebfb35e6ad205ed1b2e6df6 (diff) |
nls: Fix copyright and bug address in pot files.
* po/guix/Makevars: Fix COPYRIGHT_HOLDER and MSGID_BUGS_ADDRESS.
* po/packages/Makevars: idem.
Diffstat (limited to 'po/packages')
-rw-r--r-- | po/packages/Makevars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/packages/Makevars b/po/packages/Makevars index c29f3d306c..39366fbee9 100644 --- a/po/packages/Makevars +++ b/po/packages/Makevars @@ -12,9 +12,9 @@ XGETTEXT_OPTIONS = \ --language=Scheme --from-code=UTF-8 \ --keyword=synopsis --keyword=description -COPYRIGHT_HOLDER = Ludovic Courtès +COPYRIGHT_HOLDER = the authors of Guix (msgids) -MSGID_BUGS_ADDRESS = ludo@gnu.org +MSGID_BUGS_ADDRESS = bug-guix@gnu.org EXTRA_LOCALE_CATEGORIES = |