summaryrefslogtreecommitdiff
path: root/gnu/packages/wget.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-01 03:09:39 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-01 04:44:34 +0200
commit1b0755012b38fded6059c10849dc16e3e50ed8b8 (patch)
treeb5f23830c50517d83762d275f0e58c938e7bd620 /gnu/packages/wget.scm
parent57ea4dfca1212687213a2db8cd47addf85e2ea3f (diff)
downloadguix-patches-1b0755012b38fded6059c10849dc16e3e50ed8b8.tar
guix-patches-1b0755012b38fded6059c10849dc16e3e50ed8b8.tar.gz
gnu: wgetpaste: Use HTTPS home page.
* gnu/packages/wget.scm (wgetpaste)[source, home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/wget.scm')
-rw-r--r--gnu/packages/wget.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 0c6d27471b..b3a3982bec 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -80,7 +80,7 @@ in downloaded documents to relative links.")
(source
(origin
(method url-fetch)
- (uri (string-append "http://wgetpaste.zlin.dk/wgetpaste-"
+ (uri (string-append "https://wgetpaste.zlin.dk/wgetpaste-"
version ".tar.bz2"))
(sha256
(base32
@@ -128,7 +128,7 @@ in downloaded documents to relative links.")
(inputs
`(("wget" ,wget)
("xclip" ,xclip)))
- (home-page "http://wgetpaste.zlin.dk/")
+ (home-page "https://wgetpaste.zlin.dk/")
(synopsis "Script that automates pasting to a number of pastebin services")
(description
"@code{wgetpaste} is an extremely simple command-line interface to various