aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-25 21:13:25 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-26 00:09:19 +0100
commitbbf9092b9df0031bb3e903b3614cb73510dc4b91 (patch)
treea52279d5ce7adab69f28a0cb027d326d82080f49
parentcd70f9bdb0f46acf3fecb5254b7df46dd258fe5b (diff)
downloadguix-bbf9092b9df0031bb3e903b3614cb73510dc4b91.tar
guix-bbf9092b9df0031bb3e903b3614cb73510dc4b91.tar.gz
gnu: 4store: Update URI.
* gnu/packages/databases.scm (4store)[source, home-page]: Update URI.
-rw-r--r--gnu/packages/databases.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index c0cf41a5bc..4b2bdb6d30 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -112,7 +112,7 @@
(version "1.1.6")
(source (origin
(method url-fetch)
- (uri (string-append "https://github.com/garlik/4store/archive/v"
+ (uri (string-append "https://github.com/4store/4store/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
@@ -145,7 +145,7 @@
(lambda _
(zero? (system* "sh" "autogen.sh")))))))
;; http://www.4store.org has been down for a while now.
- (home-page "https://github.com/garlik/4store")
+ (home-page "https://github.com/4store/4store")
(synopsis "Clustered RDF storage and query engine")
(description "4store is a RDF/SPARQL store written in C, supporting
either single machines or networked clusters.")