Merge pull request #117263 from fabaff/license-rapid-photo-downloader

rapid-photo-downloader: specify license
This commit is contained in:
Sandro
2021-03-22 20:58:44 +01:00
committed by GitHub

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