diff options
Diffstat (limited to 'main/openvswitch/APKBUILD')
-rw-r--r-- | main/openvswitch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openvswitch/APKBUILD b/main/openvswitch/APKBUILD index 89248448d2..03e4bc441c 100644 --- a/main/openvswitch/APKBUILD +++ b/main/openvswitch/APKBUILD @@ -6,7 +6,7 @@ pkgrel=2 pkgdesc="A production quality, multilayer virtual switch" url="http://openvswitch.org/" arch="all" -license="ASL 2.0" +license="Apache-2.0" depends="" depends_dev="libressl-dev" makedepends="$depends_dev perl python2 linux-headers bash py-six" |