ShellCheck: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-06-16 16:05:21 +02:00
parent 6782b9dbd1
commit 72dae9f3e0

View file

@ -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;
};
})