summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bafdda0b13b..d256ddede474 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = aclock
arch = x86_64
license = GPL
depends = gtk3
- source = https://git@github.com/mertensj/aclock.git
+ source = https://github.com/mertensj/aclock.git
md5sums = SKIP
pkgname = aclock
diff --git a/PKGBUILD b/PKGBUILD
index 0be01bddb956..ce9d3600c0e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://github.com/mertensj/aclock"
license=('GPL')
depends=('gtk3')
-source=("https://git@github.com/mertensj/aclock.git")
+source=("https://github.com/mertensj/aclock.git")
md5sums=("SKIP")
_gitname="aclock"