about summary refs log tree commit diff
path: root/pkgs/applications/networking/freefilesync
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-09 12:33:17 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-09 12:33:17 +0200
commitef72b5f86e3a5cbded3694b4a4e250e2d02dba4d (patch)
tree48bc13705e77c5448c7c231062d66d3d61f3e616 /pkgs/applications/networking/freefilesync
parentdf229a80c24788fe7b66b1d39022d78652aa937e (diff)
freefilesync: update license
Diffstat (limited to 'pkgs/applications/networking/freefilesync')
-rw-r--r--pkgs/applications/networking/freefilesync/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/freefilesync/default.nix b/pkgs/applications/networking/freefilesync/default.nix
index aa5b0fcc4b063..48f2f2e1fe0f1 100644
--- a/pkgs/applications/networking/freefilesync/default.nix
+++ b/pkgs/applications/networking/freefilesync/default.nix
@@ -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;
   };