mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
arkpandora_ttf: add license
This commit is contained in:
parent
2782ba5967
commit
ad29005c50
2 changed files with 7 additions and 1 deletions
|
@ -109,6 +109,11 @@ in mkLicense lset) ({
|
||||||
fullName = "Apache License 2.0";
|
fullName = "Apache License 2.0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bitstreamVera = {
|
||||||
|
spdxId = "Bitstream-Vera";
|
||||||
|
fullName = "Bitstream Vera Font License";
|
||||||
|
};
|
||||||
|
|
||||||
bola11 = {
|
bola11 = {
|
||||||
url = "https://blitiri.com.ar/p/bola/";
|
url = "https://blitiri.com.ar/p/bola/";
|
||||||
fullName = "Buena Onda License Agreement 1.1";
|
fullName = "Buena Onda License Agreement 1.1";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ fetchurl }:
|
{ lib, fetchurl }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.04";
|
version = "2.04";
|
||||||
|
@ -21,5 +21,6 @@ in fetchurl {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Font, metrically identical to Arial and Times New Roman";
|
description = "Font, metrically identical to Arial and Times New Roman";
|
||||||
|
license = lib.licenses.bitstreamVera;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue