mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
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.
This commit is contained in:
parent
e671121250
commit
f460f8da68
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ (define-public avahi
|
|||
(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-"
|
||||
|
|
|
@ -175,7 +175,7 @@ (define-deprecated (avahi-service #:key (avahi avahi) debug?
|
|||
avahi-service-type
|
||||
"Return a service that runs @command{avahi-daemon}, a system-wide
|
||||
mDNS/DNS-SD responder that allows for service discovery and
|
||||
\"zero-configuration\" host name lookups (see @uref{http://avahi.org/}), and
|
||||
\"zero-configuration\" host name lookups (see @uref{https://avahi.org/}), and
|
||||
extends the name service cache daemon (nscd) so that it can resolve
|
||||
@code{.local} host names using
|
||||
@uref{http://0pointer.de/lennart/projects/nss-mdns/, nss-mdns}. Additionally,
|
||||
|
|
Loading…
Reference in a new issue