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

maintainers: rename pacien -> euxane, update details

(cherry picked from commit 1dabc1f584)
This commit is contained in:
euxane 2024-12-22 15:05:38 +01:00 committed by sternenseemann
parent 32a1c7b1a5
commit d522a98a19
35 changed files with 40 additions and 40 deletions

View file

@ -210,5 +210,5 @@ in
) receivers;
};
meta.maintainers = with lib.maintainers; [ pacien ];
meta.maintainers = with lib.maintainers; [ euxane ];
}