Loading lib/licenses.nix +0 −5 Original line number Diff line number Diff line Loading @@ -821,11 +821,6 @@ lib.mapAttrs mkLicense ({ fullName = "PNG Reference Library version 2"; }; libssh2 = { fullName = "libssh2 License"; url = "https://www.libssh2.org/license.html"; }; libtiff = { spdxId = "libtiff"; fullName = "libtiff License"; Loading pkgs/by-name/fr/freefilesync/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "Open Source File Synchronization & Backup Software"; homepage = "https://freefilesync.org"; license = [ licenses.gpl3Only licenses.openssl licenses.curl licenses.libssh2 ]; license = [ licenses.gpl3Only licenses.openssl licenses.curl licenses.bsd3 ]; maintainers = with maintainers; [ wegank ]; platforms = platforms.linux; }; Loading pkgs/development/libraries/libssh2/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ stdenv.mkDerivation rec { description = "Client-side C library implementing the SSH2 protocol"; homepage = "https://www.libssh2.org"; platforms = platforms.all; license = with licenses; [ bsd3 libssh2 ]; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ SuperSandro2000 ]; }; } Loading
lib/licenses.nix +0 −5 Original line number Diff line number Diff line Loading @@ -821,11 +821,6 @@ lib.mapAttrs mkLicense ({ fullName = "PNG Reference Library version 2"; }; libssh2 = { fullName = "libssh2 License"; url = "https://www.libssh2.org/license.html"; }; libtiff = { spdxId = "libtiff"; fullName = "libtiff License"; Loading
pkgs/by-name/fr/freefilesync/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "Open Source File Synchronization & Backup Software"; homepage = "https://freefilesync.org"; license = [ licenses.gpl3Only licenses.openssl licenses.curl licenses.libssh2 ]; license = [ licenses.gpl3Only licenses.openssl licenses.curl licenses.bsd3 ]; maintainers = with maintainers; [ wegank ]; platforms = platforms.linux; }; Loading
pkgs/development/libraries/libssh2/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ stdenv.mkDerivation rec { description = "Client-side C library implementing the SSH2 protocol"; homepage = "https://www.libssh2.org"; platforms = platforms.all; license = with licenses; [ bsd3 libssh2 ]; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ SuperSandro2000 ]; }; }