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 4457f52 commit cf1dc58Copy full SHA for cf1dc58
pkgs/by-name/ma/managarr/package.nix
@@ -25,7 +25,11 @@ rustPlatform.buildRustPackage rec {
25
description = "TUI and CLI to manage your Servarrs";
26
homepage = "https://github.com/Dark-Alex-17/managarr";
27
license = lib.licenses.mit;
28
- maintainers = [ lib.maintainers.IncredibleLaser ];
+ maintainers = [
29
+ lib.maintainers.IncredibleLaser
30
+ lib.maintainers.darkalex
31
+ lib.maintainers.nindouja
32
+ ];
33
mainProgram = "managarr";
34
};
35
}
0 commit comments