conventional-changelog-cli: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:23:43 -04:00
parent 4b461e0248
commit 00f44c0c2b
@@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Generate a CHANGELOG from git metadata";
homepage = "https://github.com/conventional-changelog/conventional-changelog";
license = lib.licenses.isc;
maintainers = [ lib.maintainers.pyrox0 ];
maintainers = [ ];
mainProgram = "conventional-changelog";
};
})