Merge pull request #254570 from ayes-web/gallery-dl-mainprogram

gallery-dl: add meta.mainProgram
This commit is contained in:
Artturi 2023-09-12 08:09:02 +03:00 committed by GitHub
commit e6f61d425b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];
};
}