summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Borders2019-11-16 16:02:10 -0500
committerMichael Borders2019-11-16 16:02:10 -0500
commite9fd04f6d1120de5f5b1797d168efb8c161af894 (patch)
treef950255fcdbe17c670738f120cc626658d1f6287 /PKGBUILD
parent57330d04a963e1d4efc546b94e1df63db87ad7bb (diff)
downloadaur-e9fd04f6d1120de5f5b1797d168efb8c161af894.tar.gz
Fixed upstream url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b1559652c53..9407c1c750cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.4.7
pkgrel=1
pkgdesc="Parse, Audit, Query, Build, and Modify Cisco IOS-style configurations "
arch=('any')
-url="https://github.com/napalm-automation/napalm"
+url="http://www.pennington.net/py/ciscoconfparse/"
license=('GPL')
depends=('python' 'python-colorama' 'python-passlib' 'python-dnspython')
optdepends=()