summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMathias Baumann2019-08-12 19:51:51 +0200
committerMathias Baumann2019-08-12 19:51:51 +0200
commitd8260d8f8c0ccb8f789637975508f555f67701d2 (patch)
tree86499d27dd5f47904a7649fa93d6fabe1c8281f1 /PKGBUILD
parent4705b279d360ad07b6030fbbbbeaee9f52d02288 (diff)
downloadaur-d8260d8f8c0ccb8f789637975508f555f67701d2.tar.gz
Fix wrong URL in meta info
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79eb8603a564..f6dae9ac58fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.1.0
pkgrel=1
pkgdesc="Fast Ethereum Virtual Machine implementation"
arch=('any')
-url="https://github.com/sociomantic-tsunami/git-hub"
+url="https://github.com/ethereum/evmone/"
license=('Apache-2.0')
depends=()
makedepends=('cmake' 'gcc' 'git')