diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-04-09 11:44:14 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-04-09 11:44:14 +0100 |
commit | a3efaff567658d1dfbf6d6b7a7e853536af3c929 (patch) | |
tree | e5f37628008404c16f60969f6cb9c84213457a6d /reproduce | |
parent | f6904b019ec8b96cd97a4f936ba1dd80a3a31fa4 (diff) |
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.
Diffstat (limited to 'reproduce')
-rw-r--r-- | reproduce/analysis/config/metadata.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 <mohammad@akhlaghi.org> |