Skip to content

Commit cf1dc58

Browse files
committed
managarr: add darkalex and nindouja to maintainers
1 parent 4457f52 commit cf1dc58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pkgs/by-name/ma/managarr/package.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ rustPlatform.buildRustPackage rec {
2525
description = "TUI and CLI to manage your Servarrs";
2626
homepage = "https://github.com/Dark-Alex-17/managarr";
2727
license = lib.licenses.mit;
28-
maintainers = [ lib.maintainers.IncredibleLaser ];
28+
maintainers = [
29+
lib.maintainers.IncredibleLaser
30+
lib.maintainers.darkalex
31+
lib.maintainers.nindouja
32+
];
2933
mainProgram = "managarr";
3034
};
3135
}

0 commit comments

Comments
 (0)