diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 01:03:31 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 01:03:31 +0100 |
| commit | 98b49626d42dd18c3dcbc49a3f85790c3b1a25b7 (patch) | |
| tree | d15968ff339e1728f5f0d387bd6a0ce952b03f77 /gnu/packages/dc.scm | |
| parent | 1b4b6683657abd70ba7810a40038432ec3779364 (diff) | |
gnu: ncdc: Use HTTPS for home page.
* gnu/packages/dc.scm (ncdc)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/dc.scm')
| -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 6c6687a951a..ae019da6e82 100644 --- a/gnu/packages/dc.scm +++ b/gnu/packages/dc.scm | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | ("zlib" ,zlib))) | 51 | ("zlib" ,zlib))) |
| 52 | (native-inputs | 52 | (native-inputs |
| 53 | `(("pkg-config" ,pkg-config))) | 53 | `(("pkg-config" ,pkg-config))) |
| 54 | (home-page "http://dev.yorhel.nl/ncdc") | 54 | (home-page "https://dev.yorhel.nl/ncdc") |
| 55 | (synopsis | 55 | (synopsis |
| 56 | "Lightweight direct connect client with a friendly ncurses interface") | 56 | "Lightweight direct connect client with a friendly ncurses interface") |
| 57 | (description | 57 | (description |
