forked from mirrors/nixpkgs
freefilesync: update license
This commit is contained in:
parent
df229a80c2
commit
ef72b5f86e
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue