From b804a0da3e3e6ce2e01382daefc4df3ae20e20eb Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 17 Feb 2021 16:59:18 +0100 Subject: [PATCH] casync: update license from lgpl21 to lgpl21Plus As per https://github.com/systemd/casync/blob/bd8898ed92685e12022dd33a04c87786b5262344/LICENSE.LGPL2.1#L479 --- pkgs/applications/networking/sync/casync/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/sync/casync/default.nix b/pkgs/applications/networking/sync/casync/default.nix index ddd14d61321..5bc29832c5f 100644 --- a/pkgs/applications/networking/sync/casync/default.nix +++ b/pkgs/applications/networking/sync/casync/default.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation { meta = with lib; { description = "Content-Addressable Data Synchronizer"; homepage = "https://github.com/systemd/casync"; - license = licenses.lgpl21; + license = licenses.lgpl21Plus; platforms = platforms.linux; maintainers = with maintainers; [ flokli ]; };