From 9a16664cfee672c5f03d7be52c3cd374f4995da7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20A=2E=20Holm?= Date: Sat, 30 May 2015 14:21:00 +0200 Subject: [PATCH] Makefile: remotes: Replace gitorious.org with gitlab.com Thanks for your good service through the years, Gitorious. I'll miss you. 77f05700-06c6-11e5-8196-000df06acc56 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a6d8af..bef6370 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,6 @@ remotes: git remote add Spread sunny@git.sunbase.org:/home/sunny/Git-spread/gpstools.git; true git remote add bitbucket git@bitbucket.org:sunny256/gpstools.git; true git remote add github git@github.com:sunny256/gpstools.git; true - git remote add gitorious git@gitorious.org:sunny256/gpstools.git; true + git remote add gitlab git@gitlab.com:sunny256/gpstools.git; true git remote add repoorcz ssh://sunny256@repo.or.cz/srv/git/gpstools.git; true git remote add sunbase sunny@git.sunbase.org:/home/sunny/Git/gpstools; true -- 2.11.4.GIT