bindfs: gpl2 -> gpl2Only

This commit is contained in:
Bernardo Meurer 2021-02-16 11:18:28 -08:00
parent 17f01cfe52
commit 9fa0c056de
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A FUSE filesystem for mounting a directory to another location";
homepage = "https://bindfs.org";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ lovek323 ];
platforms = lib.platforms.unix;
};