icon-naming-utils: add license

This commit is contained in:
Markus Kowalewski 2018-11-08 20:33:03 +01:00
parent 247e3b3082
commit aeaf15dc68
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://tango.freedesktop.org/Standard_Icon_Naming_Specification;
platforms = with platforms; linux ++ darwin;
license = licenses.gpl2;
};
}