diff options
Diffstat (limited to 'community/geth/APKBUILD')
-rw-r--r-- | community/geth/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD index 76b50c65802..2c7bf6602c8 100644 --- a/community/geth/APKBUILD +++ b/community/geth/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Official Go implementation of the Ethereum protocol" url="https://geth.ethereum.org/" arch="all" -license="LGPLv3" +license="LGPL-3.0" makedepends="go linux-headers" checkdepends="fuse" options="!check" |