Merge pull request #67683 from rnhmjoj/rnhmjoj
rxvt_unicode: add rnhmjoj as maintainer
This commit is contained in:
commit
99066fbb80
@ -5340,10 +5340,16 @@
|
|||||||
name = "Richard Lupton";
|
name = "Richard Lupton";
|
||||||
};
|
};
|
||||||
rnhmjoj = {
|
rnhmjoj = {
|
||||||
email = "micheleguerinirocco@me.com";
|
email = "rnhmjoj@inventati.org";
|
||||||
github = "rnhmjoj";
|
github = "rnhmjoj";
|
||||||
githubId = 2817565;
|
githubId = 2817565;
|
||||||
name = "Michele Guerini Rocco";
|
name = "Michele Guerini Rocco";
|
||||||
|
keys =
|
||||||
|
[
|
||||||
|
{ longkeyid = "ed25519/0xBFBAF4C975F76450";
|
||||||
|
fingerprint = "92B2 904F D293 C94D C4C9 3E6B BFBA F4C9 75F7 6450";
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
rob = {
|
rob = {
|
||||||
email = "rob.vermaas@gmail.com";
|
email = "rob.vermaas@gmail.com";
|
||||||
|
@ -65,7 +65,7 @@ stdenv.mkDerivation (rec {
|
|||||||
inherit description;
|
inherit description;
|
||||||
homepage = http://software.schmorp.de/pkg/rxvt-unicode.html;
|
homepage = http://software.schmorp.de/pkg/rxvt-unicode.html;
|
||||||
downloadPage = "http://dist.schmorp.de/rxvt-unicode/Attic/";
|
downloadPage = "http://dist.schmorp.de/rxvt-unicode/Attic/";
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ rnhmjoj ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user