summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2019-02-07 10:43:28 +0700
committerKonstantin Shalygin2019-02-07 10:43:28 +0700
commit7f2557fcf1a91a2a4730c3a1b47f5e8510bc6575 (patch)
tree3170182b5138ef813d03c328a62260cb9e2c4548 /PKGBUILD
parent864cbd85fb509250381c4276cd5d799676d15348 (diff)
downloadaur-7f2557fcf1a91a2a4730c3a1b47f5e8510bc6575.tar.gz
License actually is GPL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef1bdd52477e..4e0465cb8a29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel='2'
pkgdesc='This plugin adds support for TOTP and HOTP tokens (like Google Authenticator) for OpenVPN.'
arch=('any')
url="https://github.com/evgeny-gridasov/${pkgname}"
-license=('BSD')
+license=('GPL')
depends=('openvpn')
source=("${pkgname}::git+${url}")
makedepends=('git' 'openssl')