diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-03 01:31:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-03 18:23:39 +0200 |
commit | 0dd2670ad5f2970c35de9a6d8314adace3787258 (patch) | |
tree | 3cd6edba0a97187ce9f2090767a7453fe779fa1b /gnu/packages | |
parent | e348436589795c72d5e7007eb64ef0efdbe75726 (diff) |
gnu: amule: Use HTTPS home page.
* gnu/packages/networking.scm (amule)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 5be5cfd606..1be47e6102 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2992,7 +2992,7 @@ file for more details.") ("crypto++" ,crypto++) ("libpng" ,libpng) ("wxwidgets-gtk2" ,wxwidgets-gtk2))) - (home-page "http://amule.org/") + (home-page "https://amule.org/") (synopsis "Peer-to-peer client for the eD2K and Kademlia networks") (description "aMule is an eMule-like client for the eD2k and Kademlia peer-to-peer |