mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: the-silver-searcher: Use HTTPS home page.
* gnu/packages/code.scm (the-silver-searcher)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
ffa822278c
commit
422a6cd4c3
1 changed files with 2 additions and 2 deletions
|
@ -270,7 +270,7 @@ (define-public the-silver-searcher
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://geoff.greer.fm/ag/releases/the_silver_searcher-"
|
||||
"https://geoff.greer.fm/ag/releases/the_silver_searcher-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -282,7 +282,7 @@ (define-public the-silver-searcher
|
|||
`(("pcre" ,pcre)
|
||||
("xz" ,xz)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "http://geoff.greer.fm/ag/")
|
||||
(home-page "https://geoff.greer.fm/ag/")
|
||||
(synopsis "Fast code searching tool")
|
||||
(description
|
||||
"The Silver Searcher (@command{ag}) is a tool for quickly searching large
|
||||
|
|
Loading…
Reference in a new issue