main/radvd: fix license expression

The current license expression is mostly correct, but not a valid SPDX
expression.
This commit is contained in:
Aiden Grossman 2023-11-12 00:56:47 -08:00 committed by Natanael Copa
parent 113f44333c
commit 86049dc8c8

View File

@ -2,11 +2,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=radvd
pkgver=2.19
pkgrel=3
pkgrel=4
pkgdesc="IPv6 router advertisement daemon"
url="http://www.litech.org/radvd"
arch="all"
license="BSD with advertising"
license="BSD-Advertising-Acknowledgement"
makedepends="flex bison libdaemon-dev linux-headers check-dev"
install="$pkgname.pre-install"
subpackages="$pkgname-doc $pkgname-openrc"