guix-commits
[Top][All Lists]
Advanced

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

05/12: gnu: ii, sic: Use HTTPS home pages.


From: Tobias Geerinckx-Rice
Subject: 05/12: gnu: ii, sic: Use HTTPS home pages.
Date: Sun, 4 Mar 2018 12:06:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d035eaa3049d58314680a3b10acbe832ca1ed22f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 4 01:27:15 2018 +0100

    gnu: ii, sic: Use HTTPS home pages.
    
    * gnu/packages/irc.scm (ii, sic)[home-page]: Use HTTPS.
---
 gnu/packages/irc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 3521b18..e59b344 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -288,7 +288,7 @@ using a mouse.  It is customizable and extensible with 
plugins and scripts.")
        #:phases
        (modify-phases %standard-phases
          (delete 'configure))))         ; no configure
-    (home-page "http://tools.suckless.org/ii/";)
+    (home-page "https://tools.suckless.org/ii/";)
     (synopsis "FIFO and file system based IRC client")
     (description
      "ii (Irc it) is a minimalist FIFO and file system based IRC client.")
@@ -313,7 +313,7 @@ using a mouse.  It is customizable and extensible with 
plugins and scripts.")
        #:phases
        (modify-phases %standard-phases
          (delete 'configure)))) ; no configure
-    (home-page "http://tools.suckless.org/sic/";)
+    (home-page "https://tools.suckless.org/sic/";)
     (synopsis "Simple IRC client")
     (description
      "sic is a simple IRC client, even more minimalistic than ii.")



reply via email to

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