casync: update license from lgpl21 to lgpl21Plus
As per https://github.com/systemd/casync/blob/bd8898ed92685e12022dd33a04c87786b5262344/LICENSE.LGPL2.1#L479
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user