fdroidserver: set mainProgram

This commit is contained in:
j.r 2024-03-24 16:19:22 +01:00
parent 982e8ef140
commit 3c4fdc7fb3
No known key found for this signature in database
GPG Key ID: E74A18B933F9145E
1 changed files with 1 additions and 0 deletions

View File

@ -112,5 +112,6 @@ buildPythonApplication rec {
description = "Server and tools for F-Droid, the Free Software repository system for Android";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ linsui jugendhacker ];
mainProgram = "fdroid";
};
}