numix-icon-theme: Add myself as a maintainer

This commit is contained in:
Jascha Geerds 2015-09-11 14:23:22 +02:00
parent d5505ae757
commit c84d9a2a82

View File

@ -21,10 +21,11 @@ stdenv.mkDerivation rec {
cp -dr --no-preserve='ownership' Numix{,-Light} $out/share/icons/ cp -dr --no-preserve='ownership' Numix{,-Light} $out/share/icons/
''; '';
meta = { meta = with stdenv.lib; {
description = "Numix icon theme"; description = "Numix icon theme";
homepage = https://numixproject.org; homepage = https://numixproject.org;
license = stdenv.lib.licenses.gpl3; license = licenses.gpl3;
platforms = stdenv.lib.platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ romildo jgeerds ];
}; };
} }