[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: Use HTTPS for avahi.org everywhere.
From: |
guix-commits |
Subject: |
03/12: gnu: Use HTTPS for avahi.org everywhere. |
Date: |
Sun, 19 Jan 2020 00:09:58 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit f460f8da68f915dee5aa3ce97e05ba38c92f3106
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 18:25:04 2020 +0100
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.
---
gnu/packages/avahi.scm | 2 +-
gnu/services/avahi.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/avahi.scm b/gnu/packages/avahi.scm
index e84fed6..ba609cf 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-"
diff --git a/gnu/services/avahi.scm b/gnu/services/avahi.scm
index 547d826..5465670 100644
--- a/gnu/services/avahi.scm
+++ b/gnu/services/avahi.scm
@@ -175,7 +175,7 @@ service switch (NSS) with support for @code{.local} host
name resolution.")
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,
- branch master updated (4f620bb -> 2d4b248), guix-commits, 2020/01/19
- 02/12: gnu: Use HTTPS for docbook.org., guix-commits, 2020/01/19
- 03/12: gnu: Use HTTPS for avahi.org everywhere.,
guix-commits <=
- 06/12: gnu: edirect: Use HTTPS home page., guix-commits, 2020/01/19
- 05/12: gnu: Use HTTPS for elpa.gnu.org., guix-commits, 2020/01/19
- 01/12: Use HTTPS for www.emacswiki.org., guix-commits, 2020/01/19
- 04/12: gnu: Use HTTPS for all r-lib.org subdomains., guix-commits, 2020/01/19
- 09/12: gnu: liblcf, easyrpg: Update to 0.6.1., guix-commits, 2020/01/19
- 11/12: gnu: golly: Update to 3.3., guix-commits, 2020/01/19
- 10/12: gnu: crispy-doom: Update to 5.6.4., guix-commits, 2020/01/19
- 08/12: gnu: petsc: Use HTTPS home page., guix-commits, 2020/01/19
- 07/12: gnu: turn: Use HTTPS home page., guix-commits, 2020/01/19
- 12/12: gnu: scummvm: Update to 2.1.1., guix-commits, 2020/01/19