nixos/private-gpt: remove drupol from maintainers

This commit is contained in:
Pol Dellaiera 2024-06-24 09:13:15 +02:00
parent 8211850d9e
commit f95c186eb9
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
2 changed files with 2 additions and 2 deletions

View File

@ -117,5 +117,5 @@ in
}; };
}; };
meta.maintainers = with lib.maintainers; [ drupol ]; meta.maintainers = with lib.maintainers; [ ];
} }

View File

@ -5,7 +5,7 @@ in
{ {
name = "private-gpt"; name = "private-gpt";
meta = with lib.maintainers; { meta = with lib.maintainers; {
maintainers = [ drupol ]; maintainers = [ ];
}; };
nodes = { nodes = {