t1utils: improve meta.license

Replace stringy license with attrset.

Ref https://github.com/NixOS/nixpkgs/issues/269788

+6 -3
+6 -3
pkgs/tools/misc/t1utils/default.nix
··· 20 20 file from a PFA or PFB font. 21 21 ''; 22 22 homepage = "https://www.lcdf.org/type/"; 23 - # README from tarball says "BSD-like" and points to non-existing LICENSE 24 - # file... 25 - license = "Click"; # MIT with extra clause, https://github.com/kohler/t1utils/blob/master/LICENSE 23 + license = { 24 + shortName = "Click"; # README.md says BSD-like, see LICENSE 25 + url = "https://github.com/kohler/t1utils/blob/master/LICENSE"; 26 + free = true; 27 + redistributable = true; 28 + }; 26 29 platforms = platforms.all; 27 30 maintainers = [ maintainers.bjornfor ]; 28 31 };