summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tatschner2019-11-28 14:47:26 +0100
committerStefan Tatschner2019-11-28 14:47:44 +0100
commit22218f6d0dd879491272ec600bb16c32000da169 (patch)
tree909a2f8d89dbfbbc61736a4a30eb0d89b09c9dba
parent807d601d699c00371c2e582693c4c0ceb91581a3 (diff)
downloadaur-22218f6d0dd879491272ec600bb16c32000da169.tar.gz
fix upstream url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03cc5f8c4170..3fa1f82f3f22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-kitty
pkgdesc = Fuzzing framework written in python
pkgver = 0.7.4
pkgrel = 1
- url = https://github.com/
+ url = https://github.com/cisco-sas/kitty
arch = any
license = GPL
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 44350c7dd705..9b1dd7a4d5b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=python-kitty
pkgver=0.7.4
pkgrel=1
pkgdesc="Fuzzing framework written in python"
-url="https://github.com/"
+url="https://github.com/cisco-sas/kitty"
depends=('python')
makedepends=('python-setuptools')
license=('GPL')