cage: drop maintainership (#121174)

I cannot currently maintain this, as I don't have access to the hardware
running it anymore.
wip/yesman
Florian Klink 3 years ago committed by GitHub
parent 5ef56ad9f1
commit 7f9a5ad257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nixos/modules/services/wayland/cage.nix
  2. 2
      nixos/tests/cage.nix

@ -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…
Cancel
Save