Merge pull request #152336 from pstn/selfremove

nixos/hydra: Removing self as maintainer

authored by Bobby Rong and committed by GitHub 313619a3 998234e1

+1 -1
+1 -1
nixos/tests/hydra/default.nix
··· 17 17 makeHydraTest = with pkgs.lib; name: package: makeTest { 18 18 name = "hydra-${name}"; 19 19 meta = with pkgs.lib.maintainers; { 20 - maintainers = [ pstn lewo ma27 ]; 20 + maintainers = [ lewo ma27 ]; 21 21 }; 22 22 23 23 machine = { pkgs, lib, ... }: {