prek: add thunze to maintainers (#541952)

This commit is contained in:
Yohann Boniface
2026-07-14 21:35:40 +00:00
committed by GitHub
+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 ];
};
})