kdeconnect-kde: set mainProgram to kdeconnect-app

This commit is contained in:
Weathercold 2023-06-10 19:29:49 -04:00
parent 52b1193e38
commit bfa774756c
No known key found for this signature in database
GPG Key ID: 0422009601E487FC

@ -78,5 +78,6 @@ mkDerivation {
homepage = "https://community.kde.org/KDEConnect";
license = with licenses; [ gpl2 ];
maintainers = with maintainers; [ fridh ];
mainProgram = "kdeconnect-app";
};
}