Add license for svg2tikz

This commit is contained in:
Florent Becker 2014-10-09 11:15:09 +02:00
parent ced9fd1310
commit ed8ced514a

@ -11108,6 +11108,7 @@ let
meta = {
homepage = https://github.com/kjellmf/svg2tikz;
description = "An SVG to TikZ converter";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with pkgs.stdenv.lib.maintainers; [gal_bolle];
};
};