diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-30 22:57:29 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-30 23:01:28 +0200 |
commit | f9dd754fb10fd0f696fdcb7866c1bedb2c9a6aae (patch) | |
tree | 4cb8f2f3e263a119405df56826865cfa713db540 /gnu/packages | |
parent | 3fc6709d4285f44d1e861c7b09951adf3073e898 (diff) | |
download | guix-f9dd754fb10fd0f696fdcb7866c1bedb2c9a6aae.tar guix-f9dd754fb10fd0f696fdcb7866c1bedb2c9a6aae.tar.gz |
gnu: itstool: Update home page.
* gnu/packages/glib.scm (itstool)[home-page]: Use HTTPS and remove defunct
subdomain.
Diffstat (limited to 'gnu/packages')
-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 98267fcee5..820a44cbde 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -620,7 +620,7 @@ The intltool collection can be used to do these things: (wrap-program prog `("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH")))) #t)))))) - (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 |