[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: ncdc: Use HTTPS for home page.
From: |
Tobias Geerinckx-Rice |
Subject: |
03/05: gnu: ncdc: Use HTTPS for home page. |
Date: |
Thu, 25 Jan 2018 20:20:50 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 98b49626d42dd18c3dcbc49a3f85790c3b1a25b7
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Jan 26 01:03:31 2018 +0100
gnu: ncdc: Use HTTPS for home page.
* gnu/packages/dc.scm (ncdc)[home-page]: Use HTTPS.
---
gnu/packages/dc.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/dc.scm b/gnu/packages/dc.scm
index 6c6687a..ae019da 100644
--- a/gnu/packages/dc.scm
+++ b/gnu/packages/dc.scm
@@ -51,7 +51,7 @@
("zlib" ,zlib)))
(native-inputs
`(("pkg-config" ,pkg-config)))
- (home-page "http://dev.yorhel.nl/ncdc")
+ (home-page "https://dev.yorhel.nl/ncdc")
(synopsis
"Lightweight direct connect client with a friendly ncurses interface")
(description