Skip to content

Commit

Permalink
various: add matthiasbeyer as maintainer (#370535)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Jan 3, 2025
2 parents 850540c + d993854 commit 0e07388
Show file tree
Hide file tree
Showing 21 changed files with 57 additions and 13 deletions.
5 changes: 4 additions & 1 deletion pkgs/applications/version-management/git-absorb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/tummychow/git-absorb";
description = "git commit --fixup, but automatic";
license = [ licenses.bsd3 ];
maintainers = with maintainers; [ tomfitzhenry ];
maintainers = with maintainers; [
tomfitzhenry
matthiasbeyer
];
mainProgram = "git-absorb";
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ buildPythonApplication rec {
homepage = "https://github.com/alpernebbi/git-annex-metadata-gui";
description = "Graphical interface for git-annex metadata commands";
mainProgram = "git-annex-metadata-gui";
maintainers = with maintainers; [ dotlambda ];
maintainers = with maintainers; [
dotlambda
matthiasbeyer
];
license = licenses.gpl3Plus;
platforms = with platforms; linux;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ buildPythonApplication rec {
homepage = "https://pypi.org/project/git-annex-remote-dbx/";
license = licenses.mit;
mainProgram = "git-annex-remote-dbx";
maintainers = with maintainers; [ matthiasbeyer ];
};
}
5 changes: 4 additions & 1 deletion pkgs/applications/version-management/git-cliff/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/orhun/git-cliff";
changelog = "https://github.com/orhun/git-cliff/blob/v${version}/CHANGELOG.md";
license = licenses.gpl3Only;
maintainers = with maintainers; [ siraben ];
maintainers = with maintainers; [
siraben
matthiasbeyer
];
mainProgram = "git-cliff";
};
}
5 changes: 4 additions & 1 deletion pkgs/applications/version-management/git-fame/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ bundlerEnv {
'';
homepage = "http://oleander.io/git-fame-rb";
license = licenses.mit;
maintainers = with maintainers; [ nicknovitski ];
maintainers = with maintainers; [
nicknovitski
matthiasbeyer
];
platforms = platforms.unix;
mainProgram = "git-fame";
};
Expand Down
5 changes: 4 additions & 1 deletion pkgs/applications/version-management/git-gone/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/swsnr/git-gone";
changelog = "https://github.com/swsnr/git-gone/raw/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ cafkafk ];
maintainers = with maintainers; [
cafkafk
matthiasbeyer
];
mainProgram = "git-gone";
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/siedentop/git-quickfix";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ cafkafk ];
maintainers = with maintainers; [
cafkafk
matthiasbeyer
];
mainProgram = "git-quickfix";
};
}
1 change: 1 addition & 0 deletions pkgs/applications/version-management/gitlint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ python3.pkgs.buildPythonApplication rec {
maintainers = with maintainers; [
ethancedwards8
fab
matthiasbeyer
];
mainProgram = "gitlint";
};
Expand Down
5 changes: 4 additions & 1 deletion pkgs/by-name/ba/bacon/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Canop/bacon";
changelog = "https://github.com/Canop/bacon/blob/v${version}/CHANGELOG.md";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ FlorianFranzen ];
maintainers = with lib.maintainers; [
FlorianFranzen
matthiasbeyer
];
};
}
5 changes: 4 additions & 1 deletion pkgs/by-name/bl/blesh/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ stdenvNoCC.mkDerivation rec {
description = "Bash Line Editor -- a full-featured line editor written in pure Bash";
mainProgram = "blesh-share";
license = licenses.bsd3;
maintainers = with maintainers; [ aiotter ];
maintainers = with maintainers; [
aiotter
matthiasbeyer
];
platforms = platforms.unix;
};
}
1 change: 1 addition & 0 deletions pkgs/by-name/fd/fd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ rustPlatform.buildRustPackage rec {
globin
ma27
zowoq
matthiasbeyer
];
mainProgram = "fd";
};
Expand Down
5 changes: 4 additions & 1 deletion pkgs/by-name/no/nom/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ buildGoModule rec {
description = "RSS reader for the terminal";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.gpl3Only;
maintainers = with maintainers; [ nadir-ishiguro ];
maintainers = with maintainers; [
nadir-ishiguro
matthiasbeyer
];
mainProgram = "nom";
};
}
1 change: 1 addition & 0 deletions pkgs/by-name/qo/qownnotes/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ qt6Packages.stdenv.mkDerivation {
maintainers = with maintainers; [
pbek
totoroot
matthiasbeyer
];
platforms = platforms.unix;
};
Expand Down
5 changes: 4 additions & 1 deletion pkgs/by-name/ri/rip2/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ rustPlatform.buildRustPackage rec {
description = "Safe and ergonomic alternative to rm";
homepage = "https://github.com/MilesCranmer/rip2";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ milescranmer ];
maintainers = with lib.maintainers; [
milescranmer
matthiasbeyer
];
mainProgram = "rip";
};
}
1 change: 1 addition & 0 deletions pkgs/by-name/ze/zellij/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ rustPlatform.buildRustPackage rec {
_0x4A6F
abbe
pyrox0
matthiasbeyer
];
mainProgram = "zellij";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/cargo-asm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
description = "Display the assembly or LLVM-IR generated for Rust source code";
homepage = "https://github.com/gnzlbg/cargo-asm";
license = licenses.mit;
maintainers = [ ];
maintainers = with maintainers; [ matthiasbeyer ];
};
}
5 changes: 4 additions & 1 deletion pkgs/development/tools/rust/cargo-c/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/lu-zero/cargo-c";
changelog = "https://github.com/lu-zero/cargo-c/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ cpu ];
maintainers = with maintainers; [
cpu
matthiasbeyer
];
};
}
1 change: 1 addition & 0 deletions pkgs/development/tools/rust/cargo-edit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ rustPlatform.buildRustPackage rec {
gerschtli
jb55
killercup
matthiasbeyer
];
};
}
1 change: 1 addition & 0 deletions pkgs/development/tools/rust/cargo-lambda/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ rustPlatform.buildRustPackage rec {
maintainers = with maintainers; [
taylor1791
calavera
matthiasbeyer
];
};
}
5 changes: 4 additions & 1 deletion pkgs/development/tools/rust/cargo-pgrx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ let
homepage = "https://github.com/pgcentralfoundation/pgrx";
changelog = "https://github.com/pgcentralfoundation/pgrx/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ happysalada ];
maintainers = with maintainers; [
happysalada
matthiasbeyer
];
mainProgram = "cargo-pgrx";
};
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/tools/rust/cargo-vet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ rustPlatform.buildRustPackage rec {
maintainers = with maintainers; [
figsoda
jk
matthiasbeyer
];
};
}

0 comments on commit 0e07388

Please sign in to comment.