xhtml1: set license

source: https://www.w3.org/Consortium/Legal/copyright-software-19980720.html
This commit is contained in:
jopejoe1
2026-05-06 11:08:30 +02:00
parent aac795740f
commit c19401508b
+1
View File
@@ -33,5 +33,6 @@ stdenv.mkDerivation {
homepage = "https://www.w3.org/TR/xhtml1/";
description = "DTDs for XHTML 1.0, the Extensible HyperText Markup Language";
platforms = lib.platforms.unix;
license = lib.licenses.w3c-19980720;
};
}