protonup-qt: Fix CI

This change unblocks OfBorg.
This commit is contained in:
Robert Hensing 2023-02-17 18:32:43 +01:00
parent 0b9efd386b
commit 427d0b71b6

View file

@ -28,6 +28,6 @@ appimageTools.wrapType2 rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
mainProgram = "protonup-qt";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ quasigod-io ];
maintainers = with maintainers; [ ];
};
}