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
commit 8d1aa1703e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];
};
}