[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/15: gnu: quassel: Use HTTPS home page.
From: |
Tobias Geerinckx-Rice |
Subject: |
15/15: gnu: quassel: Use HTTPS home page. |
Date: |
Thu, 26 Apr 2018 20:56:57 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5b292eac73d6dbc88b79a5ba9e122fca0b8af345
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Apr 27 01:39:31 2018 +0200
gnu: quassel: Use HTTPS home page.
* gnu/packages/irc.scm (quassel)[home-page]: Use HTTPS.
---
gnu/packages/irc.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index c376805..219e803 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -103,7 +103,7 @@
("qtscript" ,qtscript)
("snorenotify" ,snorenotify)
("zlib" ,zlib)))
- (home-page "http://quassel-irc.org/")
+ (home-page "https://quassel-irc.org/")
(synopsis "Distributed IRC client")
(description "Quassel is a distributed IRC client, meaning that one or more
clients can attach to and detach from the central core. It resembles the
- 02/15: gnu: python-simplejson: Update to 3.14.0., (continued)
- 02/15: gnu: python-simplejson: Update to 3.14.0., Tobias Geerinckx-Rice, 2018/04/26
- 04/15: gnu: perl-file-sharedir-install: Update to 0.13., Tobias Geerinckx-Rice, 2018/04/26
- 07/15: gnu: perl-sub-quote: Update to 2.005001., Tobias Geerinckx-Rice, 2018/04/26
- 06/15: gnu: perl-capture-tiny: Update to 0.48., Tobias Geerinckx-Rice, 2018/04/26
- 10/15: gnu: libfm: Update to 1.3.0., Tobias Geerinckx-Rice, 2018/04/26
- 09/15: gnu: perl-log-any-adapter-log4perl: Update to 0.09., Tobias Geerinckx-Rice, 2018/04/26
- 13/15: gnu: libetonyek: Update to 0.1.8., Tobias Geerinckx-Rice, 2018/04/26
- 14/15: gnu: quassel: Update to 0.12.5., Tobias Geerinckx-Rice, 2018/04/26
- 12/15: gnu: cpuid: Update to 20180419., Tobias Geerinckx-Rice, 2018/04/26
- 11/15: gnu: pcmanfm: Update to 1.3.0., Tobias Geerinckx-Rice, 2018/04/26
- 15/15: gnu: quassel: Use HTTPS home page.,
Tobias Geerinckx-Rice <=