Merge pull request #274782 from nitsky/mold-remove-myself

mold: remove myself as a maintainer
This commit is contained in:
Nick Cao
2023-12-16 15:59:10 -05:00
committed by GitHub
+1 -1
View File
@@ -114,6 +114,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.unix;
mainProgram = "mold";
maintainers = with maintainers; [ azahi nitsky paveloom ];
maintainers = with maintainers; [ azahi paveloom ];
};
}