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