prek: add thunze to maintainers

This commit is contained in:
Tom Hunze
2026-07-14 23:09:11 +02:00
parent c412574d24
commit 315e600235
+1 -1
View File
@@ -56,6 +56,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
mainProgram = "prek";
changelog = "https://github.com/j178/prek/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = [ lib.licenses.mit ];
maintainers = [ ];
maintainers = [ lib.maintainers.thunze ];
};
})