gnu: wgetpaste: Use HTTPS home page.
* gnu/packages/wget.scm (wgetpaste)[source, home-page]: Use HTTPS.master
parent
57ea4dfca1
commit
1b0755012b
|
@ -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
|
||||||
|
|
Reference in New Issue