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