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
commit b930639c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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