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
|
@ -93,6 +93,6 @@ in {
|
||||||
systemd.defaultUnit = "graphical.target";
|
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";
|
name = "cage";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ matthewbauer flokli ];
|
maintainers = [ matthewbauer ];
|
||||||
};
|
};
|
||||||
|
|
||||||
machine = { ... }:
|
machine = { ... }:
|
||||||
|
|
Loading…
Reference in New Issue