batik: add meta data

authored by Markus Kowalewski and committed by Markus Kowalewski b97ea32f 903306a7

+5 -2
+5 -2
pkgs/applications/graphics/batik/default.nix
··· 10 10 11 11 buildInputs = [unzip]; 12 12 13 - meta = { 14 - platforms = stdenv.lib.platforms.unix; 13 + meta = with stdenv.lib; { 14 + description = "Java based toolkit for handling SVG"; 15 + homepage = https://xmlgraphics.apache.org/batik; 16 + license = licenses.asl20; 17 + platforms = platforms.unix; 15 18 }; 16 19 }