Skip to content

Commit bf6aec5

Browse files
rush: add maintainer and fix warning (#393406)
2 parents f181f1c + 14434a9 commit bf6aec5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

maintainers/maintainer-list.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3748,6 +3748,12 @@
37483748
githubId = 382011;
37493749
name = "c4605";
37503750
};
3751+
c4f3z1n = {
3752+
name = "João Nogueira";
3753+
email = "[email protected]";
3754+
github = "c4f3z1n";
3755+
githubId = 22820003;
3756+
};
37513757
c4thebomb = {
37523758
name = "Ceferino Patino";
37533759
email = "[email protected]";

pkgs/by-name/ru/rush/package.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = {

0 commit comments

Comments
 (0)