From 98b49626d42dd18c3dcbc49a3f85790c3b1a25b7 Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Fri, 26 Jan 2018 01:03:31 +0100
Subject: [PATCH] gnu: ncdc: Use HTTPS for home page.

* gnu/packages/dc.scm (ncdc)[home-page]: Use HTTPS.
---
 gnu/packages/dc.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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