numix-icon-theme-circle: Add myself as a maintainer
This commit is contained in:
parent
a82e75cd8b
commit
492c596c11
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user