summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-10-24 11:27:35 +1300
committerPhilip Withnall <withnall@endlessm.com>2018-10-24 11:28:51 +1300
commit49821c24223f2f2ac374b11a4d3c942cf4e050cd (patch)
tree6a7c65d9cae29ff1dfb50959d0f4aac3023f2a25
parentde017f5b3300bfd203c164d5ba70358518bc977b (diff)
docs: Update repository to point to GitLab rather than Phabricator
Update our bug reporting URI, and drop the .arcconfig file (which was only needed for Phabricator). Signed-off-by: Philip Withnall <withnall@endlessm.com> https://gitlab.freedesktop.org/tartan/tartan/issues/1
-rw-r--r--.arcconfig5
-rw-r--r--configure.ac2
2 files changed, 1 insertions, 6 deletions
diff --git a/.arcconfig b/.arcconfig
deleted file mode 100644
index d83acb3..0000000
--- a/.arcconfig
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "phabricator.uri": "https://phabricator.freedesktop.org",
- "repository.callsign": "Tartan",
- "projects": "Tartan"
-}
diff --git a/configure.ac b/configure.ac
index 61360cd..ad6bef4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ m4_define(tartan_version_micro, 0)
AC_INIT([Tartan],
[tartan_version_major.tartan_version_minor.tartan_version_micro],
- [https://phabricator.freedesktop.org/maniphest/task/edit/form/1/?tags=tartan],
+ [https://gitlab.freedesktop.org/tartan/tartan/issues/new],
[tartan],[http://www.freedesktop.org/software/tartan/])
AX_IS_RELEASE([git-directory])