diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-22 01:09:14 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-22 01:09:14 +0200 |
commit | 9044b086ddca64a62966a83cbf1b82d32dece89e (patch) | |
tree | 2c7f910c9100b2f2a752d07fe0ec44be83fb7600 /gnu/packages/glib.scm | |
parent | 5dfc6ab1ab292b87ceea144aa661d0e64c834031 (diff) | |
parent | abea091dbef2d44e6eb46bd2413bdf917e14d095 (diff) | |
download | guix-9044b086ddca64a62966a83cbf1b82d32dece89e.tar.gz |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index e774781227..7fd43221f3 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -614,7 +614,7 @@ The intltool collection can be used to do these things: (lambda _ (wrap-program (string-append #$output "/bin/itstool") `("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH"))))))))) - (home-page "http://www.itstool.org") + (home-page "https://itstool.org") (synopsis "Tool to translate XML documents with PO files") (description "ITS Tool allows you to translate your XML documents with PO files, using |