diff options
Diffstat (limited to 'main/dnsmasq/APKBUILD')
-rw-r--r-- | main/dnsmasq/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dnsmasq/APKBUILD b/main/dnsmasq/APKBUILD index 3644d718f9..931c6bdf87 100644 --- a/main/dnsmasq/APKBUILD +++ b/main/dnsmasq/APKBUILD @@ -17,7 +17,7 @@ pkgrel=1 pkgdesc="A lightweight DNS, DHCP, RA, TFTP and PXE server" url="http://www.thekelleys.org.uk/dnsmasq/" arch="all" -license="GPL2" +license="GPL-2.0" depends="!$pkgname-dnssec" makedepends="linux-headers nettle-dev" install="$pkgname.pre-install $pkgname.pre-upgrade" |