me
/
guix
Archived
1
0
Fork 0

gnu: wgetpaste: Use HTTPS home page.

* gnu/packages/wget.scm (wgetpaste)[source, home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-09-01 03:09:39 +02:00
parent 57ea4dfca1
commit 1b0755012b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ in downloaded documents to relative links.")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://wgetpaste.zlin.dk/wgetpaste-" (uri (string-append "https://wgetpaste.zlin.dk/wgetpaste-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
@ -128,7 +128,7 @@ in downloaded documents to relative links.")
(inputs (inputs
`(("wget" ,wget) `(("wget" ,wget)
("xclip" ,xclip))) ("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") (synopsis "Script that automates pasting to a number of pastebin services")
(description (description
"@code{wgetpaste} is an extremely simple command-line interface to various "@code{wgetpaste} is an extremely simple command-line interface to various