File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 37483748 githubId = 382011;
37493749 name = "c4605";
37503750 };
3751+ c4f3z1n = {
3752+ name = "João Nogueira";
3753+ 3754+ github = "c4f3z1n";
3755+ githubId = 22820003;
3756+ };
37513757 c4thebomb = {
37523758 name = "Ceferino Patino";
37533759
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
3232 doCheck = true ;
3333
3434 meta = {
35+ mainProgram = "rush" ;
3536 broken = stdenv . hostPlatform . isDarwin ;
3637 description = "Restricted User Shell" ;
3738
@@ -51,9 +52,11 @@ stdenv.mkDerivation rec {
5152
5253 homepage = "https://www.gnu.org/software/rush/" ;
5354 license = lib . licenses . gpl3Plus ;
54-
55- maintainers = [ ] ;
5655 platforms = lib . platforms . all ;
56+
57+ maintainers = with lib . maintainers ; [
58+ c4f3z1n
59+ ] ;
5760 } ;
5861
5962 passthru = {
You can’t perform that action at this time.
0 commit comments