diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-04-03 00:13:06 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-04-03 00:13:06 +0200 |
commit | 2a0d5de5a9decd785b22dafa69aae5320231f1b7 (patch) | |
tree | 6c532e278025fb46a94f4cb3c3a68063b7011fe1 /gnu/packages/search.scm | |
parent | 41f6d18fb6ae7adebe72793c625ad4574991fa6d (diff) | |
parent | 245575eaf33801753ac8290e077c4397b2568540 (diff) | |
download | patches-2a0d5de5a9decd785b22dafa69aae5320231f1b7.tar patches-2a0d5de5a9decd785b22dafa69aae5320231f1b7.tar.gz |
Merge branch 'core-updates'
Diffstat (limited to 'gnu/packages/search.scm')
-rw-r--r-- | gnu/packages/search.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index fd0f0bd389..eae9f373d6 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -194,13 +194,13 @@ interfaces, or a C API.") (version "0.26") (source (origin (method url-fetch) - (uri (string-append "https://fedorahosted.org/releases/m/l/" - "mlocate/mlocate-" version ".tar.xz")) + (uri (string-append "http://releases.pagure.org/mlocate/" + "mlocate-" version ".tar.xz")) (sha256 (base32 "0gi6y52gkakhhlnzy0p6izc36nqhyfx5830qirhvk3qrzrwxyqrh")))) (build-system gnu-build-system) - (home-page "https://fedorahosted.org/mlocate/") + (home-page "https://pagure.io/mlocate") (synopsis "Locate files on the file system") (description "mlocate is a locate/updatedb implementation. The 'm' stands for |