python3Packages.grpclib: drop myself as maintainer

This commit is contained in:
nikstur
2026-01-18 15:06:58 +01:00
parent 720d87b79e
commit a12e181af4
@@ -50,6 +50,5 @@ buildPythonPackage rec {
homepage = "https://github.com/vmagamedov/grpclib";
changelog = "https://github.com/vmagamedov/grpclib/blob/v${version}/docs/changelog/index.rst";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ nikstur ];
};
}