tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
arkpandora_ttf: add license
Markus Kowalewski
3 years ago
ad29005c
2782ba59
+7
-1
2 changed files
expand all
collapse all
unified
split
lib
licenses.nix
pkgs
data
fonts
arkpandora
default.nix
+5
lib/licenses.nix
···
109
109
fullName = "Apache License 2.0";
110
110
};
111
111
112
112
+
bitstreamVera = {
113
113
+
spdxId = "Bitstream-Vera";
114
114
+
fullName = "Bitstream Vera Font License";
115
115
+
};
116
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
1
-
{ fetchurl }:
1
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
24
+
license = lib.licenses.bitstreamVera;
24
25
};
25
26
}