mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: mlocate: Update URLs.
* gnu/packages/search.scm (mlocate)[source, home-page]: Change URLs to pagure.{org,io}.
This commit is contained in:
parent
402b03e620
commit
dca96ad395
1 changed files with 3 additions and 3 deletions
|
@ -194,13 +194,13 @@ (define-public mlocate
|
||||||
(version "0.26")
|
(version "0.26")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://fedorahosted.org/releases/m/l/"
|
(uri (string-append "http://releases.pagure.org/mlocate/"
|
||||||
"mlocate/mlocate-" version ".tar.xz"))
|
"mlocate-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gi6y52gkakhhlnzy0p6izc36nqhyfx5830qirhvk3qrzrwxyqrh"))))
|
"0gi6y52gkakhhlnzy0p6izc36nqhyfx5830qirhvk3qrzrwxyqrh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://fedorahosted.org/mlocate/")
|
(home-page "https://pagure.io/mlocate")
|
||||||
(synopsis "Locate files on the file system")
|
(synopsis "Locate files on the file system")
|
||||||
(description
|
(description
|
||||||
"mlocate is a locate/updatedb implementation. The 'm' stands for
|
"mlocate is a locate/updatedb implementation. The 'm' stands for
|
||||||
|
|
Loading…
Reference in a new issue