mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
xhtml1: set license
source: https://www.w3.org/Consortium/Legal/copyright-software-19980720.html
This commit is contained in:
parent
aac795740f
commit
c19401508b
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue