Merge pull request #67683 from rnhmjoj/rnhmjoj

rxvt_unicode: add rnhmjoj as maintainer
This commit is contained in:
Marek Mahut 2019-08-30 10:26:16 +02:00 committed by GitHub
commit 99066fbb80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -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";

View file

@ -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;
}; };