diff options
-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 |