0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

maintainers: remove erictapen from packages that I don't really maintain anymore

This commit is contained in:
Kerstin Humm 2024-10-22 12:32:03 +02:00
parent a60d8c940c
commit b12bcabd24
No known key found for this signature in database
GPG key ID: 40293358C7B9326B
9 changed files with 8 additions and 12 deletions

View file

@ -375,8 +375,5 @@ in
};
};
meta.maintainers = with lib.maintainers; [
erictapen
nh2
];
meta.maintainers = with lib.maintainers; [ nh2 ];
}