diff options
Diffstat (limited to 'community/opam/APKBUILD')
-rw-r--r-- | community/opam/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/opam/APKBUILD b/community/opam/APKBUILD index 32dfaed6b0..a8a30e5065 100644 --- a/community/opam/APKBUILD +++ b/community/opam/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="OCaml Package Manager" url="https://opam.ocaml.org" arch="all !x86 !armhf !s390x" # ocaml not avail on excluded platforms -license="LGPL3" +license="LGPL-3.0" depends="ocaml camlp4 curl tar unzip rsync aspcud" makedepends="$depends_dev" install="" |