svgcleaner: add correct license

This commit is contained in:
Joerg Thalheim 2017-10-26 00:02:18 +01:00
parent c564e54f12
commit 1e3995d3ea

View file

@ -18,8 +18,8 @@ buildRustPackage rec {
meta = with stdenv.lib; {
description = "A tool for tidying and optimizing SVGs";
homepage = "https://github.com/RazrFalcon/svgcleaner";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.all;
license = licenses.gpl2;
platforms = platforms.all;
maintainer = [ maintainers.mehandes ];
};
}