aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-26 01:03:31 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-26 01:03:31 +0100
commit98b49626d42dd18c3dcbc49a3f85790c3b1a25b7 (patch)
treed15968ff339e1728f5f0d387bd6a0ce952b03f77
parent1b4b6683657abd70ba7810a40038432ec3779364 (diff)
downloadguix-98b49626d42dd18c3dcbc49a3f85790c3b1a25b7.tar
guix-98b49626d42dd18c3dcbc49a3f85790c3b1a25b7.tar.gz
gnu: ncdc: Use HTTPS for home page.
* gnu/packages/dc.scm (ncdc)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/dc.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dc.scm b/gnu/packages/dc.scm
index 6c6687a951..ae019da6e8 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