maintainers: update entry for notbandali (previously aminb)

This commit is contained in:
Amin Bandali 2020-03-18 20:49:25 -04:00
parent fbebd5f2fa
commit f4a7afe471
No known key found for this signature in database
GPG key ID: 8B44A0CDC7B956F2
2 changed files with 9 additions and 4 deletions

View file

@ -412,10 +412,15 @@
githubId = 20530052;
name = "Andrew Miloradovsky";
};
aminb = {
email = "amin@aminb.org";
github = "aminb";
notbandali = {
name = "Amin Bandali";
email = "bandali@gnu.org";
github = "notbandali";
githubId = 1254858;
keys = [{
longkeyid = "rsa4096/0xA21A020248816103";
fingerprint = "BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103";
}];
};
aminechikhaoui = {
email = "amine.chikhaoui91@gmail.com";

View file

@ -45,7 +45,7 @@ let generic = { major, version, src }:
downloadPage = http://alloytools.org/download.html;
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ aminb ];
maintainers = with maintainers; [ notbandali ];
};
};