guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: ngircd: Use HTTPS.


From: Tobias Geerinckx-Rice
Subject: 06/06: gnu: ngircd: Use HTTPS.
Date: Mon, 20 Mar 2017 17:43:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6809d9377b0bd2cf71811637663f2ec0cbe531e5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 20 22:37:34 2017 +0100

    gnu: ngircd: Use HTTPS.
    
    * gnu/packages/messaging.scm (ngircd)[source, home-page]: Use HTTPS.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 65ec618..c32bffc 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -206,7 +206,7 @@ dictionaries.  HexChat can be extended with multiple 
addons.")
     (version "24")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://arthur.barton.de/pub/ngircd/ngircd-";
+              (uri (string-append "https://arthur.barton.de/pub/ngircd/ngircd-";
                                   version ".tar.xz"))
               (sha256
                (base32
@@ -256,7 +256,7 @@ dictionaries.  HexChat can be extended with multiple 
addons.")
                ;; It runs 'getpid.sh sh' to test if it works at all.  Run it on
                ;; 'make' instead.
                (("getpid.sh sh") "getpid.sh make")))))))
-    (home-page "http://ngircd.barton.de/";)
+    (home-page "https://ngircd.barton.de/";)
     (synopsis "Lightweight Internet Relay Chat server for small networks")
     (description
      "ngIRCd is a lightweight @dfn{Internet Relay Chat} (IRC) server for small



reply via email to

[Prev in Thread] Current Thread [Next in Thread]