git-remote-hg.meta.maintainers: drop myself

I use git-cinnabar now.

+1 -1
+1 -1
pkgs/applications/version-management/git-remote-hg/default.nix
··· 26 26 homepage = "https://github.com/mnauw/git-remote-hg"; 27 27 description = "Semi-official Mercurial bridge from Git project"; 28 28 license = licenses.gpl2; 29 - maintainers = with maintainers; [ qyliss ]; 29 + maintainers = with maintainers; [ ]; 30 30 platforms = platforms.unix; 31 31 }; 32 32 }