File tree Expand file tree Collapse file tree 5 files changed +14
-3
lines changed Expand file tree Collapse file tree 5 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
3939 maintainers = with lib . maintainers ; [
4040 isabelroses
4141 uncenter
42+ matthiasbeyer
4243 ] ;
4344 } ;
4445} )
Original file line number Diff line number Diff line change @@ -27,7 +27,10 @@ buildGoModule rec {
2727 license = lib . licenses . mit ;
2828 platforms = lib . platforms . linux ;
2929 homepage = "https://snips.sh" ;
30- maintainers = with lib . maintainers ; [ jeremiahs ] ;
30+ maintainers = with lib . maintainers ; [
31+ jeremiahs
32+ matthiasbeyer
33+ ] ;
3134 mainProgram = "snips.sh" ;
3235 } ;
3336}
Original file line number Diff line number Diff line change @@ -70,7 +70,10 @@ stdenv.mkDerivation (finalAttrs: {
7070 '' ;
7171 homepage = "https://github.com/uutils/coreutils" ;
7272 changelog = "https://github.com/uutils/coreutils/releases/tag/${ finalAttrs . version } " ;
73- maintainers = with lib . maintainers ; [ siraben ] ;
73+ maintainers = with lib . maintainers ; [
74+ siraben
75+ matthiasbeyer
76+ ] ;
7477 license = lib . licenses . mit ;
7578 platforms = lib . platforms . unix ;
7679 } ;
Original file line number Diff line number Diff line change @@ -25,7 +25,10 @@ stdenv.mkDerivation rec {
2525 homepage = "https://github.com/e-dant/watcher" ;
2626 changelog = "https://github.com/e-dant/watcher/releases/tag/${ src . tag } " ;
2727 license = lib . licenses . mit ;
28- maintainers = with lib . maintainers ; [ gaelreyrol ] ;
28+ maintainers = with lib . maintainers ; [
29+ gaelreyrol
30+ matthiasbeyer
31+ ] ;
2932 mainProgram = "tw" ;
3033 platforms = lib . platforms . all ;
3134 } ;
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ rustPlatform.buildRustPackage rec {
4949 ysndr
5050 cole-h
5151 SuperSandro2000
52+ matthiasbeyer
5253 ] ;
5354 mainProgram = "zoxide" ;
5455 } ;
You can’t perform that action at this time.
0 commit comments