arkpandora_ttf: add license

+7 -1
+5
lib/licenses.nix
··· 109 109 fullName = "Apache License 2.0"; 110 110 }; 111 111 112 + bitstreamVera = { 113 + spdxId = "Bitstream-Vera"; 114 + fullName = "Bitstream Vera Font License"; 115 + }; 116 + 112 117 bola11 = { 113 118 url = "https://blitiri.com.ar/p/bola/"; 114 119 fullName = "Buena Onda License Agreement 1.1";
+2 -1
pkgs/data/fonts/arkpandora/default.nix
··· 1 - { fetchurl }: 1 + { lib, fetchurl }: 2 2 3 3 let 4 4 version = "2.04"; ··· 21 21 22 22 meta = { 23 23 description = "Font, metrically identical to Arial and Times New Roman"; 24 + license = lib.licenses.bitstreamVera; 24 25 }; 25 26 }