Skip to content

Commit d993854

Browse files
committed
bacon: Add matthiasbeyer as maintainer
Signed-off-by: Matthias Beyer <[email protected]>
1 parent f8a929c commit d993854

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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
}

0 commit comments

Comments
 (0)