gnu: ncdc: Use HTTPS for home page.

* gnu/packages/dc.scm (ncdc)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2018-01-26 01:03:31 +01:00
parent 1b4b668365
commit 98b49626d4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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