gnu: ncdc: Use HTTPS for home page.
* gnu/packages/dc.scm (ncdc)[home-page]: Use HTTPS.master
parent
1b4b668365
commit
98b49626d4
|
@ -51,7 +51,7 @@
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://dev.yorhel.nl/ncdc")
|
(home-page "https://dev.yorhel.nl/ncdc")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Lightweight direct connect client with a friendly ncurses interface")
|
"Lightweight direct connect client with a friendly ncurses interface")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue