diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-04 04:30:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-04 04:34:41 +0200 |
commit | 54360c917ee09a15c90d617ea164c40d9f6cb5a9 (patch) | |
tree | 4ef027b095b82738456af0bca133c84c40c4ebe1 /gnu/packages | |
parent | 3b4018d6f212b19ab06a759118a025dfc8461f3a (diff) | |
download | guix-54360c917ee09a15c90d617ea164c40d9f6cb5a9.tar.gz guix-54360c917ee09a15c90d617ea164c40d9f6cb5a9.zip |
gnu: diffoscope: Use HTTPS.
* gnu/packages/package-management.scm (diffoscope)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/package-management.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index d9ba5f6ce1..1f65e21323 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -523,7 +523,7 @@ transactions from C or Python.") ;; Below are modules used for tests. ("python-pytest" ,python-pytest) ("python-chardet" ,python-chardet))) - (home-page "http://diffoscope.org/") + (home-page "https://diffoscope.org/") (synopsis "Compare files, archives, and directories in depth") (description "Diffoscope tries to get to the bottom of what makes files or directories |