about summary refs log tree commit diff
path: root/pkgs/development/libraries/faac/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/faac/default.nix')
-rw-r--r--pkgs/development/libraries/faac/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/faac/default.nix b/pkgs/development/libraries/faac/default.nix
index 2c4f8da77835..a058fb9cfa21 100644
--- a/pkgs/development/libraries/faac/default.nix
+++ b/pkgs/development/libraries/faac/default.nix
@@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
     homepage = http://www.audiocoding.com/faac.html;
     # Incompatible with GPL. Some changes to the base code, included in faac,
     # are under LGPL though.
-    license = "unfree-redistributable";
+    license = stdenv.lib.licenses.unfreeRedistributable;
   };
 }