mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
rapid-photo-downloader: specify license
This commit is contained in:
parent
9334a29720
commit
6ef42d4622
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue