about summary refs log tree commit diff
path: root/pkgs/tools/graphics/svgcleaner/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/svgcleaner/default.nix')
-rw-r--r--pkgs/tools/graphics/svgcleaner/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/svgcleaner/default.nix b/pkgs/tools/graphics/svgcleaner/default.nix
index c9be7d48455d..4c7c5f1c3858 100644
--- a/pkgs/tools/graphics/svgcleaner/default.nix
+++ b/pkgs/tools/graphics/svgcleaner/default.nix
@@ -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 ];
   };
 }