casync: update license from lgpl21 to lgpl21Plus
As per bd8898ed92/LICENSE.LGPL2.1 (L479)
This commit is contained in:
parent
caa3293dd1
commit
b804a0da3e
@ -58,7 +58,7 @@ stdenv.mkDerivation {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Content-Addressable Data Synchronizer";
|
description = "Content-Addressable Data Synchronizer";
|
||||||
homepage = "https://github.com/systemd/casync";
|
homepage = "https://github.com/systemd/casync";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ flokli ];
|
maintainers = with maintainers; [ flokli ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user