diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 18:25:04 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 06:09:01 +0100 |
commit | f460f8da68f915dee5aa3ce97e05ba38c92f3106 (patch) | |
tree | a2a87a29139c950325947960925c656808016dca /gnu/packages/avahi.scm | |
parent | e6711212505f5426a6f5707445b04a14e17e55ee (diff) | |
download | guix-f460f8da68f915dee5aa3ce97e05ba38c92f3106.tar.gz |
gnu: Use HTTPS for avahi.org everywhere.
* gnu/packages/avahi.scm (avahi)[home-page]: Use HTTPS. * gnu/services/avahi.scm (avahi-service): Likewise in docstring.
Diffstat (limited to 'gnu/packages/avahi.scm')
-rw-r--r-- | gnu/packages/avahi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/avahi.scm b/gnu/packages/avahi.scm index e84fed6a71..ba609cf12e 100644 --- a/gnu/packages/avahi.scm +++ b/gnu/packages/avahi.scm @@ -36,7 +36,7 @@ (name "avahi") (version "0.7") (replacement avahi/fixed) - (home-page "http://avahi.org") + (home-page "https://avahi.org") (source (origin (method url-fetch) (uri (string-append home-page "/download/avahi-" |