gallery-dl: add meta.mainProgram

This commit is contained in:
ayes-web 2023-09-11 18:01:31 +03:00
parent 140ab25ce9
commit f790e47a38

View file

@ -38,6 +38,7 @@ buildPythonApplication rec {
homepage = "https://github.com/mikf/gallery-dl";
changelog = "https://github.com/mikf/gallery-dl/blob/v${version}/CHANGELOG.md";
license = licenses.gpl2Only;
mainProgram = "gallery-dl";
maintainers = with maintainers; [ dawidsowa marsam ];
};
}