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
No known key found for this signature in database
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 ];
}