1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +09:00

nixos: correct meta.maintainers (#413092)

This commit is contained in:
Pol Dellaiera 2025-06-02 11:27:44 +02:00 committed by GitHub
commit 205948c692
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -59,5 +59,5 @@ in
];
};
meta.maintainers = with lib.maintainers; [ blackheaven ];
meta.maintainers = with lib.maintainers; [ gdifolco ];
}