jade: switch license to x11

This commit is contained in:
jopejoe1
2025-09-28 18:47:21 +02:00
parent f2d0f216f8
commit 140027f79f
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
meta = {
description = "James Clark's DSSSL Engine";
license = "custom";
license = lib.licenses.x11;
homepage = "http://www.jclark.com/jade/";
platforms = with lib.platforms; linux;
maintainers = [ ];