managarr: add darkalex and nindouja to maintainers

This commit is contained in:
Nindouja
2025-03-21 23:46:36 +01:00
parent 4457f52f67
commit cf1dc580d1
+5 -1
View File
@@ -25,7 +25,11 @@ rustPlatform.buildRustPackage rec {
description = "TUI and CLI to manage your Servarrs";
homepage = "https://github.com/Dark-Alex-17/managarr";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.IncredibleLaser ];
maintainers = [
lib.maintainers.IncredibleLaser
lib.maintainers.darkalex
lib.maintainers.nindouja
];
mainProgram = "managarr";
};
}