diff --git a/lib/licenses.nix b/lib/licenses.nix index ed1b1469ae99e..43dab6893e394 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -21,11 +21,7 @@ rec { inherit (agpl3) url; }; - amazonsl = { - shortName = "asl"; - fullName = "Amazon Software License"; - url = http://aws.amazon.com/asl/; - }; + amazonsl = unfreeRedistributable; amd = { shortName = "amd";