bindfs: gpl2 -> gpl2Only
This commit is contained in:
parent
17f01cfe52
commit
9fa0c056de
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A FUSE filesystem for mounting a directory to another location";
|
description = "A FUSE filesystem for mounting a directory to another location";
|
||||||
homepage = "https://bindfs.org";
|
homepage = "https://bindfs.org";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2Only;
|
||||||
maintainers = with lib.maintainers; [ lovek323 ];
|
maintainers = with lib.maintainers; [ lovek323 ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user