From a3efaff567658d1dfbf6d6b7a7e853536af3c929 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Fri, 9 Apr 2021 11:44:14 +0100 Subject: Changed all gitlab.com URLs to git.maneage.org Until now, we were primarily linking people to the Gitlab fork of this paper. However, since this paper is part of Maneage, its main repository is on Maneage's own server at http://git.maneage.org/paper-concept.git With this commit therefore, all the gitlab.com URLs have been corrected to owr own Git server. While looking into Git-related points, I also noticed that in the demo code listing showing how to clone Maneage and start a new project, we were using Git's old/depreciated 'master' name. Git (and almost all common repositories) now use 'main' as the default branch name, so this has also been corrected here. --- reproduce/analysis/config/metadata.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reproduce/analysis/config/metadata.conf') diff --git a/reproduce/analysis/config/metadata.conf b/reproduce/analysis/config/metadata.conf index 681c6fa..f77ec70 100644 --- a/reproduce/analysis/config/metadata.conf +++ b/reproduce/analysis/config/metadata.conf @@ -17,7 +17,7 @@ metadata-arxiv = 2006.03018 metadata-doi-zenodo = https://doi.org/10.5281/zenodo.4291207 metadata-doi-journal = metadata-doi = $(metadata-doi-zenodo) -metadata-git-repository = https://gitlab.com/makhlaghi/maneage-paper +metadata-git-repository = http://git.maneage.org/paper-concept.git # DATA Copyright owner and license information. metadata-copyright-owner = Mohammad Akhlaghi -- cgit v1.2.1