cage: drop maintainership (#121174)
I cannot currently maintain this, as I don't have access to the hardware running it anymore.
This commit is contained in:
parent
5ef56ad9f1
commit
7f9a5ad257
2 changed files with 2 additions and 2 deletions
|
@ -93,6 +93,6 @@ in {
|
|||
systemd.defaultUnit = "graphical.target";
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ matthewbauer flokli ];
|
||||
meta.maintainers = with lib.maintainers; [ matthewbauer ];
|
||||
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ import ./make-test-python.nix ({ pkgs, ...} :
|
|||
{
|
||||
name = "cage";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ matthewbauer flokli ];
|
||||
maintainers = [ matthewbauer ];
|
||||
};
|
||||
|
||||
machine = { ... }:
|
||||
|
|
Loading…
Reference in a new issue