diesel-cli: add maintainer getchoo

This commit is contained in:
seth
2024-07-10 15:38:19 -04:00
parent 78a212761a
commit 342dab5b73
+1 -1
View File
@@ -94,7 +94,7 @@ rustPlatform.buildRustPackage rec {
mit
asl20
];
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ getchoo ];
mainProgram = "diesel";
};
}