cargo-play: add progrm_jarvis to maintainers

This commit is contained in:
Petr Portnov
2025-12-04 18:31:09 +03:00
parent ed0ce64702
commit 79ae97f92d
+1 -1
View File
@@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "cargo-play";
homepage = "https://github.com/fanzeyi/cargo-play";
license = licenses.mit;
maintainers = [ ];
maintainers = [ maintainers.progrm_jarvis ];
};
}