cargo-shuttle: add progrm_jarvis to maintainers

This commit is contained in:
Petr Portnov
2025-12-04 18:31:25 +03:00
parent 4ef3ff86d5
commit ef14fa5374
+1 -1
View File
@@ -43,6 +43,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://shuttle.rs";
changelog = "https://github.com/shuttle-hq/shuttle/releases/tag/${src.rev}";
license = licenses.asl20;
maintainers = [ ];
maintainers = [ maintainers.progrm_jarvis ];
};
}