squashfuse: make use of lib.licenses

This commit is contained in:
jopejoe1
2025-09-28 18:47:22 +02:00
parent 0678bd6308
commit 843d8374f6
+1 -1
View File
@@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/vasi/squashfuse";
maintainers = [ ];
platforms = lib.platforms.unix;
license = "BSD-2-Clause";
license = lib.licenses.bsd2;
};
}