mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: itstool: Update home page.
* gnu/packages/glib.scm (itstool)[home-page]: Use HTTPS and remove defunct subdomain.
This commit is contained in:
parent
3fc6709d42
commit
f9dd754fb1
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ (define itstool
|
||||||
(wrap-program prog
|
(wrap-program prog
|
||||||
`("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH"))))
|
`("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH"))))
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "http://www.itstool.org")
|
(home-page "https://itstool.org")
|
||||||
(synopsis "Tool to translate XML documents with PO files")
|
(synopsis "Tool to translate XML documents with PO files")
|
||||||
(description
|
(description
|
||||||
"ITS Tool allows you to translate your XML documents with PO files, using
|
"ITS Tool allows you to translate your XML documents with PO files, using
|
||||||
|
|
Loading…
Reference in a new issue