mullvad-vpn: remove myself from maintainers

This commit is contained in:
Pavel Zolotarevskiy 2022-09-30 07:15:45 +00:00 committed by GitHub
parent a70b8a7427
commit 3decf9eac0
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 ];
};
}