We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a929c commit d993854Copy full SHA for d993854
pkgs/by-name/ba/bacon/package.nix
@@ -34,6 +34,9 @@ rustPlatform.buildRustPackage rec {
34
homepage = "https://github.com/Canop/bacon";
35
changelog = "https://github.com/Canop/bacon/blob/v${version}/CHANGELOG.md";
36
license = lib.licenses.agpl3Only;
37
- maintainers = with lib.maintainers; [ FlorianFranzen ];
+ maintainers = with lib.maintainers; [
38
+ FlorianFranzen
39
+ matthiasbeyer
40
+ ];
41
};
42
}
0 commit comments