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 1b64be0b4bf5..1f1da7be3bb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = ssh-audit
pkgdesc = A tool for ssh server auditing.
pkgver = 2.0.0
pkgrel = 1
- url = https://github.com/arthepsy/ssh-audit
+ url = https://github.com/jtesta/ssh-audit
arch = any
license = MIT
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 029931d35fa8..d49b2f858019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=2.0.0
pkgrel=1
pkgdesc="A tool for ssh server auditing."
arch=(any)
-url="https://github.com/arthepsy/ssh-audit"
+url="https://github.com/jtesta/ssh-audit"
license=('MIT')
depends=('python')
source=("$pkgname-$pkgver.tar.gz::https://github.com/jtesta/$pkgname/archive/v$pkgver.tar.gz")