~ruther/guix-local

98b49626d42dd18c3dcbc49a3f85790c3b1a25b7 — Tobias Geerinckx-Rice 8 years ago 1b4b668
gnu: ncdc: Use HTTPS for home page.

* gnu/packages/dc.scm (ncdc)[home-page]: Use HTTPS.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/dc.scm
M gnu/packages/dc.scm => gnu/packages/dc.scm +1 -1
@@ 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