summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneodarz2020-06-04 18:09:55 +0200
committerneodarz2020-06-04 18:09:55 +0200
commit71aa630b121e4aa35802305d63c768feeada64e0 (patch)
tree0484d8c7e1b3cb0e6354cd23b0285bcb8672c61e
parent313c5208fc410ae82bfab694bad66aff6a218bcd (diff)
downloadaur-71aa630b121e4aa35802305d63c768feeada64e0.tar.gz
Fix url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 637b41e6c940..bf3a3b920c14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-flake8-bandit
pkgdesc = Automated security testing using bandit and flake8.
pkgver = 2.1.0
pkgrel = 1
- url = https://github.com/best-doctor/flake8-annotations-complexity
+ url = https://github.com/tylerwince/flake8-bandit
arch = any
license = MIT
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 9ab14ca9c37b..7508a360a533 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=2.1.0
pkgrel=1
pkgdesc="Automated security testing using bandit and flake8."
-url='https://github.com/best-doctor/flake8-annotations-complexity'
+url='https://github.com/tylerwince/flake8-bandit'
arch=('any')
license=('MIT')