3
0
Fork 0
forked from mirrors/nixpkgs

freefilesync: update license

This commit is contained in:
Weijia Wang 2022-10-09 12:33:17 +02:00
parent df229a80c2
commit ef72b5f86e

View file

@ -96,7 +96,7 @@ gcc12Stdenv.mkDerivation rec {
meta = with lib; {
description = "Open Source File Synchronization & Backup Software";
homepage = "https://freefilesync.org";
license = licenses.gpl3Only;
license = [ licenses.gpl3Only licenses.openssl licenses.curl licenses.libssh2 ];
maintainers = with maintainers; [ wegank ];
platforms = platforms.linux;
};