Skip to content

Commit

Permalink
svgcleaner: add correct license
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Oct 25, 2017
1 parent c564e54 commit 1e3995d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/graphics/svgcleaner/default.nix
Expand Up @@ -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 ];
};
}

0 comments on commit 1e3995d

Please sign in to comment.