diff options
Diffstat (limited to 'community/awake/APKBUILD')
-rw-r--r-- | community/awake/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/awake/APKBUILD b/community/awake/APKBUILD index cf610955f34..faae05630d2 100644 --- a/community/awake/APKBUILD +++ b/community/awake/APKBUILD @@ -6,7 +6,7 @@ pkgrel=2 pkgdesc="A python command and library to 'wake on lan' a remote host" url="https://github.com/cyraxjoe/awake" arch="noarch" -license="GPL3" +license="GPL-3.0" depends="py3-awake" makedepends="python3-dev" subpackages="py3-$pkgname:py3 $pkgname-doc" |