mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
Merge pull request #82900 from notbandali/master
maintainers: update entry for notbandali (previously aminb)
This commit is contained in:
commit
fd99cb9edd
@ -412,10 +412,15 @@
|
|||||||
githubId = 20530052;
|
githubId = 20530052;
|
||||||
name = "Andrew Miloradovsky";
|
name = "Andrew Miloradovsky";
|
||||||
};
|
};
|
||||||
aminb = {
|
notbandali = {
|
||||||
email = "amin@aminb.org";
|
|
||||||
github = "aminb";
|
|
||||||
name = "Amin Bandali";
|
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 = {
|
aminechikhaoui = {
|
||||||
email = "amine.chikhaoui91@gmail.com";
|
email = "amine.chikhaoui91@gmail.com";
|
||||||
|
@ -45,7 +45,7 @@ let generic = { major, version, src }:
|
|||||||
downloadPage = http://alloytools.org/download.html;
|
downloadPage = http://alloytools.org/download.html;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ aminb ];
|
maintainers = with maintainers; [ notbandali ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user