diff options
Diffstat (limited to 'community/docker/APKBUILD')
-rw-r--r-- | community/docker/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD index 2c7f90f45af..fdbed11084c 100644 --- a/community/docker/APKBUILD +++ b/community/docker/APKBUILD @@ -7,7 +7,7 @@ _gitcommit=v$_ver pkgdesc="Pack, ship and run any application as a lightweight container" url="http://www.docker.io/" arch="all !s390x" -license="ASL 2.0" +license="Apache-2.0" depends="ca-certificates iptables" makedepends="go btrfs-progs-dev bash linux-headers coreutils libseccomp-dev cmake lvm2-dev libtool" options="!check" |