treewide: fix assorted issues revealed by the meta checker

Turns out a couple of the licenses were wrong, as well as being strings.
This commit is contained in:
Dan Peebles
2017-04-28 23:07:42 -04:00
parent 76137a801d
commit 1a4ca220e1
4 changed files with 9 additions and 5 deletions
@@ -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 ];
};