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