diff options
Diffstat (limited to '')
-rw-r--r-- | vtchs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtchs/PKGBUILD b/vtchs/PKGBUILD index 4a754d0..c1a51e0 100644 --- a/vtchs/PKGBUILD +++ b/vtchs/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="Listen for VT switches" arch=(i686 x86_64) url="https://github.com/maandree/vtchs" -license=('GPL3' 'custom:GFDL1.3') +license=('MIT' 'custom:GFDL1.3') depends=(linux glibc) makedepends=(linux-api-headers glibc make coreutils gcc 'texinfo>=4.11') install=$pkgname.install |