From 1a4ca220e15480818b78041d46bf0ca438671d33 Mon Sep 17 00:00:00 2001 From: Dan Peebles Date: Fri, 28 Apr 2017 23:02:37 -0400 Subject: treewide: fix assorted issues revealed by the meta checker Turns out a couple of the licenses were wrong, as well as being strings. --- pkgs/development/libraries/libxslt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/libraries/libxslt') diff --git a/pkgs/development/libraries/libxslt/default.nix b/pkgs/development/libraries/libxslt/default.nix index 7798c806982b..4647eecf87d4 100644 --- a/pkgs/development/libraries/libxslt/default.nix +++ b/pkgs/development/libraries/libxslt/default.nix @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = http://xmlsoft.org/XSLT/; description = "A C library and tools to do XSL transformations"; - license = "bsd"; + license = licenses.mit; platforms = platforms.unix; maintainers = [ maintainers.eelco ]; }; -- cgit 1.4.1