1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 23:52:33 +00:00

Merge pull request #58643 from andrewchambers/fix-license

vo-amrwbenc: Fix an incorrect license.
This commit is contained in:
Ryan Mulligan 2019-04-07 17:22:10 -07:00 committed by GitHub
commit 12bb60fc18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation {
meta = {
homepage = https://sourceforge.net/projects/opencore-amr/;
description = "VisualOn Adaptive Multi Rate Wideband (AMR-WB) encoder";
license = "stdenv.lib.licenses.apache";
license = stdenv.lib.licenses.asl20;
maintainers = [ stdenv.lib.maintainers.Esteth ];
platforms = stdenv.lib.platforms.unix;
};