cargo-shear: remove uncenter from maintainers

This commit is contained in:
uncenter
2025-06-30 09:24:33 -04:00
parent 7610339a8f
commit 76f0efdec9
+1 -1
View File
@@ -34,6 +34,6 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/Boshen/cargo-shear";
changelog = "https://github.com/Boshen/cargo-shear/blob/v${version}/CHANGELOG.md";
license = [ lib.licenses.mit ];
maintainers = with lib.maintainers; [ uncenter ];
maintainers = with lib.maintainers; [ ];
};
}