diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 01:03:31 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 01:03:31 +0100 |
commit | 98b49626d42dd18c3dcbc49a3f85790c3b1a25b7 (patch) | |
tree | d15968ff339e1728f5f0d387bd6a0ce952b03f77 /gnu | |
parent | 1b4b6683657abd70ba7810a40038432ec3779364 (diff) | |
download | gnu-guix-98b49626d42dd18c3dcbc49a3f85790c3b1a25b7.tar gnu-guix-98b49626d42dd18c3dcbc49a3f85790c3b1a25b7.tar.gz |
gnu: ncdc: Use HTTPS for home page.
* gnu/packages/dc.scm (ncdc)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/dc.scm | 2 |
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 |