svgcleaner: add correct license
This commit is contained in:
parent
c564e54f12
commit
1e3995d3ea
@ -18,8 +18,8 @@ buildRustPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A tool for tidying and optimizing SVGs";
|
description = "A tool for tidying and optimizing SVGs";
|
||||||
homepage = "https://github.com/RazrFalcon/svgcleaner";
|
homepage = "https://github.com/RazrFalcon/svgcleaner";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
maintainer = [ maintainers.mehandes ];
|
maintainer = [ maintainers.mehandes ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user