summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2019-11-23 23:11:37 -0500
committerDavid Birks2019-11-23 23:11:37 -0500
commit643909a5aab73c5fafbb97535be52615e8d262d9 (patch)
tree9cebe9fe2b87656fffc237a2429ee3af8aefc0cf
parent5ad8130e707b12d174d90156f8d946fd2cc2e1d3 (diff)
downloadaur-643909a5aab73c5fafbb97535be52615e8d262d9.tar.gz
Fix url
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c8c87c677d8..02637f863b35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.15.1
pkgrel=1
pkgdesc='Command-line utility and REPL for Open Policy Agent'
arch=(x86_64)
-url='https://github.com/instrumenta/conftest'
+url='https://github.com/open-policy-agent/opa'
license=(Apache)
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/open-policy-agent/opa/archive/v$pkgver.tar.gz")