rapid-photo-downloader: specify license
This commit is contained in:
parent
9334a29720
commit
6ef42d4622
@ -81,7 +81,7 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Photo and video importer for cameras, phones, and memory cards";
|
description = "Photo and video importer for cameras, phones, and memory cards";
|
||||||
homepage = "https://www.damonlynch.net/rapid/";
|
homepage = "https://www.damonlynch.net/rapid/";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ jfrankenau ];
|
maintainers = with maintainers; [ jfrankenau ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user