Unverified Commit 1cecff0e authored by Andreas Rammhold's avatar Andreas Rammhold Committed by GitHub
Browse files

Merge pull request #255533 from stepech/master

maintainers: Remove stepech
parents 4b095712 3a39b2c7
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -16401,12 +16401,6 @@
      fingerprint = "5D8B FA8B 286A C2EF 6EE4  8598 F742 B72C 8926 1A51";
    }];
  };
  stepech = {
    name = "stepech";
    github = "stepech";
    githubId = 29132060;
    matrix = "@stepech:matrix.org";
  };
  stephank = {
    email = "nix@stephank.nl";
    matrix = "@skochen:matrix.org";
+1 −1
Original line number Diff line number Diff line
@@ -74,6 +74,6 @@ buildFHSEnv {
    license = licenses.unfree;
    platforms = jdk.meta.platforms;
    hydraPlatforms = [ ];
    maintainers = with maintainers; [ bennofs stepech ];
    maintainers = with maintainers; [ bennofs ];
  };
}