Merge pull request #193651 from flexagoon/mullvad-unmaintain

mullvad-vpn: remove myself from maintainers
This commit is contained in:
Bobby Rong 2022-09-30 16:50:22 +08:00 committed by GitHub
commit bd9b1fd228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.gpl3Only;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ Br1ght0ne ymarkus flexagoon ];
maintainers = with maintainers; [ Br1ght0ne ymarkus ];
};
}