rush: add maintainer and fix warning (#393406)

This commit is contained in:
Wolfgang Walther
2025-04-07 17:58:40 +00:00
committed by GitHub
2 changed files with 11 additions and 2 deletions
+6
View File
@@ -3748,6 +3748,12 @@
githubId = 382011;
name = "c4605";
};
c4f3z1n = {
name = "João Nogueira";
email = "shires.waking0d@icloud.com";
github = "c4f3z1n";
githubId = 22820003;
};
c4thebomb = {
name = "Ceferino Patino";
email = "c4patino@gmail.com";
+5 -2
View File
@@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = {
mainProgram = "rush";
broken = stdenv.hostPlatform.isDarwin;
description = "Restricted User Shell";
@@ -51,9 +52,11 @@ stdenv.mkDerivation rec {
homepage = "https://www.gnu.org/software/rush/";
license = lib.licenses.gpl3Plus;
maintainers = [ ];
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [
c4f3z1n
];
};
passthru = {