0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

treewide: remove gnidorah

due to github account removal/deletion and not other mean of contact.
This commit is contained in:
Sandro Jäckel 2021-04-29 07:21:13 +02:00
parent 1c65a509fb
commit ae02415ee8
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
52 changed files with 52 additions and 58 deletions

View file

@ -133,5 +133,5 @@ in {
programs.xwayland.enable = mkDefault true;
};
meta.maintainers = with lib.maintainers; [ gnidorah primeos colemickens ];
meta.maintainers = with lib.maintainers; [ primeos colemickens ];
}