Skip to content

Commit 0e07388

Browse files
various: add matthiasbeyer as maintainer (NixOS#370535)
2 parents 850540c + d993854 commit 0e07388

File tree

21 files changed

+57
-13
lines changed

21 files changed

+57
-13
lines changed

pkgs/applications/version-management/git-absorb/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ rustPlatform.buildRustPackage rec {
3636
homepage = "https://github.com/tummychow/git-absorb";
3737
description = "git commit --fixup, but automatic";
3838
license = [ licenses.bsd3 ];
39-
maintainers = with maintainers; [ tomfitzhenry ];
39+
maintainers = with maintainers; [
40+
tomfitzhenry
41+
matthiasbeyer
42+
];
4043
mainProgram = "git-absorb";
4144
};
4245
}

pkgs/applications/version-management/git-annex-metadata-gui/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ buildPythonApplication rec {
3737
homepage = "https://github.com/alpernebbi/git-annex-metadata-gui";
3838
description = "Graphical interface for git-annex metadata commands";
3939
mainProgram = "git-annex-metadata-gui";
40-
maintainers = with maintainers; [ dotlambda ];
40+
maintainers = with maintainers; [
41+
dotlambda
42+
matthiasbeyer
43+
];
4144
license = licenses.gpl3Plus;
4245
platforms = with platforms; linux;
4346
};

pkgs/applications/version-management/git-annex-remote-dbx/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ buildPythonApplication rec {
2727
homepage = "https://pypi.org/project/git-annex-remote-dbx/";
2828
license = licenses.mit;
2929
mainProgram = "git-annex-remote-dbx";
30+
maintainers = with maintainers; [ matthiasbeyer ];
3031
};
3132
}

pkgs/applications/version-management/git-cliff/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ rustPlatform.buildRustPackage rec {
4343
homepage = "https://github.com/orhun/git-cliff";
4444
changelog = "https://github.com/orhun/git-cliff/blob/v${version}/CHANGELOG.md";
4545
license = licenses.gpl3Only;
46-
maintainers = with maintainers; [ siraben ];
46+
maintainers = with maintainers; [
47+
siraben
48+
matthiasbeyer
49+
];
4750
mainProgram = "git-cliff";
4851
};
4952
}

pkgs/applications/version-management/git-fame/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ bundlerEnv {
2020
'';
2121
homepage = "http://oleander.io/git-fame-rb";
2222
license = licenses.mit;
23-
maintainers = with maintainers; [ nicknovitski ];
23+
maintainers = with maintainers; [
24+
nicknovitski
25+
matthiasbeyer
26+
];
2427
platforms = platforms.unix;
2528
mainProgram = "git-fame";
2629
};

pkgs/applications/version-management/git-gone/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ rustPlatform.buildRustPackage rec {
3333
homepage = "https://github.com/swsnr/git-gone";
3434
changelog = "https://github.com/swsnr/git-gone/raw/v${version}/CHANGELOG.md";
3535
license = licenses.asl20;
36-
maintainers = with maintainers; [ cafkafk ];
36+
maintainers = with maintainers; [
37+
cafkafk
38+
matthiasbeyer
39+
];
3740
mainProgram = "git-gone";
3841
};
3942
}

pkgs/applications/version-management/git-quickfix/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ rustPlatform.buildRustPackage rec {
3939
homepage = "https://github.com/siedentop/git-quickfix";
4040
license = licenses.gpl3;
4141
platforms = platforms.all;
42-
maintainers = with maintainers; [ cafkafk ];
42+
maintainers = with maintainers; [
43+
cafkafk
44+
matthiasbeyer
45+
];
4346
mainProgram = "git-quickfix";
4447
};
4548
}

pkgs/applications/version-management/gitlint/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ python3.pkgs.buildPythonApplication rec {
5050
maintainers = with maintainers; [
5151
ethancedwards8
5252
fab
53+
matthiasbeyer
5354
];
5455
mainProgram = "gitlint";
5556
};

pkgs/by-name/ba/bacon/package.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ rustPlatform.buildRustPackage rec {
3434
homepage = "https://github.com/Canop/bacon";
3535
changelog = "https://github.com/Canop/bacon/blob/v${version}/CHANGELOG.md";
3636
license = lib.licenses.agpl3Only;
37-
maintainers = with lib.maintainers; [ FlorianFranzen ];
37+
maintainers = with lib.maintainers; [
38+
FlorianFranzen
39+
matthiasbeyer
40+
];
3841
};
3942
}

pkgs/by-name/bl/blesh/package.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ stdenvNoCC.mkDerivation rec {
6060
description = "Bash Line Editor -- a full-featured line editor written in pure Bash";
6161
mainProgram = "blesh-share";
6262
license = licenses.bsd3;
63-
maintainers = with maintainers; [ aiotter ];
63+
maintainers = with maintainers; [
64+
aiotter
65+
matthiasbeyer
66+
];
6467
platforms = platforms.unix;
6568
};
6669
}

0 commit comments

Comments
 (0)