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:
Tobias Geerinckx-Rice 2018-08-14 14:47:19 +02:00
parent ffa822278c
commit 422a6cd4c3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -270,7 +270,7 @@ cloc can handle a greater variety of programming languages.")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"http://geoff.greer.fm/ag/releases/the_silver_searcher-" "https://geoff.greer.fm/ag/releases/the_silver_searcher-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
@ -282,7 +282,7 @@ cloc can handle a greater variety of programming languages.")
`(("pcre" ,pcre) `(("pcre" ,pcre)
("xz" ,xz) ("xz" ,xz)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "http://geoff.greer.fm/ag/") (home-page "https://geoff.greer.fm/ag/")
(synopsis "Fast code searching tool") (synopsis "Fast code searching tool")
(description (description
"The Silver Searcher (@command{ag}) is a tool for quickly searching large "The Silver Searcher (@command{ag}) is a tool for quickly searching large