maintainers: update entry for notbandali (previously aminb)

wip/yesman
Amin Bandali 4 years ago
parent fbebd5f2fa
commit f4a7afe471
No known key found for this signature in database
GPG Key ID: 8B44A0CDC7B956F2
  1. 11
      maintainers/maintainer-list.nix
  2. 2
      pkgs/development/tools/alloy/default.nix

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

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

Loading…
Cancel
Save