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:
commit
12bb60fc18
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue