numix-icon-theme-circle: Add myself as a maintainer

This commit is contained in:
Jascha Geerds 2015-09-11 14:25:29 +02:00
parent a82e75cd8b
commit 492c596c11

View File

@ -21,10 +21,11 @@ stdenv.mkDerivation rec {
cp -dr --no-preserve='ownership' Numix-Circle{,-Light} $out/share/icons/ cp -dr --no-preserve='ownership' Numix-Circle{,-Light} $out/share/icons/
''; '';
meta = { meta = with stdenv.lib; {
description = "Numix icon theme (circle version)"; description = "Numix icon theme (circle version)";
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; [ jgeerds ];
}; };
} }