[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/14: gnu: 4store: Update URI.
From: |
Tobias Geerinckx-Rice |
Subject: |
12/14: gnu: 4store: Update URI. |
Date: |
Thu, 25 Jan 2018 18:32:35 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit bbf9092b9df0031bb3e903b3614cb73510dc4b91
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Jan 25 21:13:25 2018 +0100
gnu: 4store: Update URI.
* gnu/packages/databases.scm (4store)[source, home-page]: Update URI.
---
gnu/packages/databases.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index c0cf41a..4b2bdb6 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.")
- branch master updated (ca4c7d4 -> 187e4a4), Tobias Geerinckx-Rice, 2018/01/25
- 01/14: gnu: Add gcab., Tobias Geerinckx-Rice, 2018/01/25
- 05/14: gnu: nss-mdns: Improve synopsis and description., Tobias Geerinckx-Rice, 2018/01/25
- 02/14: gnu: Add msitools., Tobias Geerinckx-Rice, 2018/01/25
- 08/14: build-system/dub: Fix typo., Tobias Geerinckx-Rice, 2018/01/25
- 12/14: gnu: 4store: Update URI.,
Tobias Geerinckx-Rice <=
- 06/14: gnu: reposurgeon: Update to 3.43., Tobias Geerinckx-Rice, 2018/01/25
- 10/14: gnu: elfutils: Mark up description., Tobias Geerinckx-Rice, 2018/01/25
- 07/14: gnu: reposurgeon: Run the test suite., Tobias Geerinckx-Rice, 2018/01/25
- 11/14: gnu: deeptools: Update URI., Tobias Geerinckx-Rice, 2018/01/25
- 04/14: gnu: nss-mdns: Update to 0.11., Tobias Geerinckx-Rice, 2018/01/25
- 13/14: gnu: keybinder: Update URI., Tobias Geerinckx-Rice, 2018/01/25
- 14/14: gnu: perl-mime-types: Update to 2.16., Tobias Geerinckx-Rice, 2018/01/25
- 03/14: gnu: appstream-glib: Update to 0.7.4., Tobias Geerinckx-Rice, 2018/01/25
- 09/14: gnu: elfutils: Update to 0.170., Tobias Geerinckx-Rice, 2018/01/25