python3Packages.betterproto: drop myself as maintainer

This commit is contained in:
nikstur
2026-01-18 15:06:47 +01:00
parent 4dc836c9ec
commit 720d87b79e
@@ -109,6 +109,5 @@ buildPythonPackage (finalAttrs: {
homepage = "https://github.com/danielgtaylor/python-betterproto";
changelog = "https://github.com/danielgtaylor/python-betterproto/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ nikstur ];
};
})