From 1e3995d3ea35f9e4f36bcd18235958759deeb64a Mon Sep 17 00:00:00 2001 From: Joerg Thalheim Date: Thu, 26 Oct 2017 00:02:18 +0100 Subject: svgcleaner: add correct license --- pkgs/tools/graphics/svgcleaner/default.nix | 4 ++-- 1 file 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 ]; }; } -- cgit 1.4.1