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