xhtml1: set license

source: https://www.w3.org/Consortium/Legal/copyright-software-19980720.html
This commit is contained in:
jopejoe1 2026-05-06 11:07:13 +02:00
commit c19401508b

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;
};
}