eartag: add meta.mainProgram

This commit is contained in:
Gabriel Arazas 2024-02-23 20:34:32 +08:00
parent 64a8fc11a5
commit 64ffd9069f
No known key found for this signature in database
GPG key ID: ADE0C41DAB221FCC

View file

@ -77,6 +77,7 @@ python3Packages.buildPythonApplication rec {
# since ICU license is a modified version of MIT and to prevent it from
# being incorrectly identified as unfree software.
license = licenses.mit;
mainProgram = "eartag";
maintainers = with maintainers; [ foo-dogsquared ];
};
}