diff --git a/pkgs/development/tools/misc/ShellCheck/default.nix b/pkgs/development/tools/misc/ShellCheck/default.nix index 328cba4145f5..a3f67393eed5 100644 --- a/pkgs/development/tools/misc/ShellCheck/default.nix +++ b/pkgs/development/tools/misc/ShellCheck/default.nix @@ -10,7 +10,7 @@ cabal.mkDerivation (self: { meta = { homepage = "http://www.shellcheck.net/"; description = "Shell script analysis tool"; - license = self.stdenv.lib.licenses.agpl3Plus; + license = "unknown"; platforms = self.ghc.meta.platforms; }; })