Merge pull request #74255 from filalex77/mullvad-vpn-2019.9

mullvad-vpn: 2019.8 -> 2019.10
This commit is contained in:
Mario Rodas 2020-01-10 21:14:47 -05:00 committed by GitHub
commit f4c73a568f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [ maintainers.xfix ];
maintainers = with maintainers ;[ filalex77 xfix ];
};
}