rapid-photo-downloader: specify license

This commit is contained in:
Fabian Affolter 2021-03-22 19:26:00 +01:00
parent 9334a29720
commit 6ef42d4622

View file

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