maintainers: Remove stepech
This commit is contained in:
parent
98e1e2d61a
commit
3a39b2c727
2 changed files with 1 additions and 7 deletions
|
@ -16401,12 +16401,6 @@
|
||||||
fingerprint = "5D8B FA8B 286A C2EF 6EE4 8598 F742 B72C 8926 1A51";
|
fingerprint = "5D8B FA8B 286A C2EF 6EE4 8598 F742 B72C 8926 1A51";
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
stepech = {
|
|
||||||
name = "stepech";
|
|
||||||
github = "stepech";
|
|
||||||
githubId = 29132060;
|
|
||||||
matrix = "@stepech:matrix.org";
|
|
||||||
};
|
|
||||||
stephank = {
|
stephank = {
|
||||||
email = "nix@stephank.nl";
|
email = "nix@stephank.nl";
|
||||||
matrix = "@skochen:matrix.org";
|
matrix = "@skochen:matrix.org";
|
||||||
|
|
|
@ -74,6 +74,6 @@ buildFHSEnv {
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = jdk.meta.platforms;
|
platforms = jdk.meta.platforms;
|
||||||
hydraPlatforms = [ ];
|
hydraPlatforms = [ ];
|
||||||
maintainers = with maintainers; [ bennofs stepech ];
|
maintainers = with maintainers; [ bennofs ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue