arkpandora_ttf: add license

This commit is contained in:
Markus Kowalewski 2022-11-02 22:53:58 +01:00
parent 2782ba5967
commit ad29005c50
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
2 changed files with 7 additions and 1 deletions

View File

@ -109,6 +109,11 @@ in mkLicense lset) ({
fullName = "Apache License 2.0";
};
bitstreamVera = {
spdxId = "Bitstream-Vera";
fullName = "Bitstream Vera Font License";
};
bola11 = {
url = "https://blitiri.com.ar/p/bola/";
fullName = "Buena Onda License Agreement 1.1";

View File

@ -1,4 +1,4 @@
{ fetchurl }:
{ lib, fetchurl }:
let
version = "2.04";
@ -21,5 +21,6 @@ in fetchurl {
meta = {
description = "Font, metrically identical to Arial and Times New Roman";
license = lib.licenses.bitstreamVera;
};
}