diff2html-cli: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:24:04 -04:00
parent 3ca148cdbe
commit d394109e45
+1 -1
View File
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Generate pretty HTML diffs from unified and git diff output in your terminal";
homepage = "https://diff2html.xyz#cli";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "diff2html";
};
})