mullvad-vpn: remove xfix from maintainers

This commit is contained in:
Konrad Borowski 2020-03-18 18:37:29 +01:00 committed by Jon
parent aaefb947ea
commit 1e5fae561c

View File

@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/mullvad/mullvadvpn-app/blob/${version}/CHANGELOG.md";
license = licenses.gpl3;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers ;[ filalex77 xfix ];
maintainers = with maintainers; [ filalex77 ];
};
}