Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

maintainers: Remove stepech

authored by

stepech and committed by
GitHub
3a39b2c7 98e1e2d6

+1 -7
-6
maintainers/maintainer-list.nix
··· 16401 16401 fingerprint = "5D8B FA8B 286A C2EF 6EE4 8598 F742 B72C 8926 1A51"; 16402 16402 }]; 16403 16403 }; 16404 - stepech = { 16405 - name = "stepech"; 16406 - github = "stepech"; 16407 - githubId = 29132060; 16408 - matrix = "@stepech:matrix.org"; 16409 - }; 16410 16404 stephank = { 16411 16405 email = "nix@stephank.nl"; 16412 16406 matrix = "@skochen:matrix.org";
+1 -1
pkgs/tools/networking/burpsuite/default.nix
··· 74 74 license = licenses.unfree; 75 75 platforms = jdk.meta.platforms; 76 76 hydraPlatforms = [ ]; 77 - maintainers = with maintainers; [ bennofs stepech ]; 77 + maintainers = with maintainers; [ bennofs ]; 78 78 }; 79 79 }