summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYorick Peterse2023-03-15 19:38:57 +0100
committerYorick Peterse2023-03-15 19:38:57 +0100
commit2e5da03092fd6cdea44fe1fe7fa780dbb78bef69 (patch)
tree991439b4b6844dbe43091d928398c972b633c313
parent001e90b0b248d6c6943cd80fab0c3f91d6d18b91 (diff)
downloadaur-2e5da03092fd6cdea44fe1fe7fa780dbb78bef69.tar.gz
Change the URL to GitHub
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 864d4465a7c9..deb5ccb4d741 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,8 +18,7 @@ pkgbase = inko-git
options = !docs
options = !libtool
options = !staticlibs
- source = inko::git+https://gitlab.com/inko-lang/inko.git
+ source = inko::git+https://github.com/inko-lang/inko.git
sha256sums = SKIP
pkgname = inko-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6f813b08c9b7..64d840c530b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=(coreutils clang 'rust>=1.34' make)
provides=(inko)
conflicts=(inko inko-bin)
options=(strip !docs !libtool !staticlibs)
-source=('inko::git+https://gitlab.com/inko-lang/inko.git')
+source=('inko::git+https://github.com/inko-lang/inko.git')
sha256sums=('SKIP')
pkgver() {