gnu: font-jetbrains-mono: Use the correct license.

The build scripts are licensed under asl2.0 but the packaged font files
are licensed under silofl1.1.

* gnu/packages/fonts.scm (font-jetbrains-mono)[license]: Use silofl1.1
instead of asl2.0.

Change-Id: I256a89b6e4bdb368c9cc94cae0808f72c76e7599
Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Saku Laesvuori 2023-12-14 09:26:14 +02:00 committed by Hilton Chain
parent 96f704548c
commit fa92a7c2fe
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -2524,7 +2524,7 @@ (define-public font-jetbrains-mono
"JetBrains Mono is a font family dedicated to developers. JetBrains
Monos typeface forms are simple and free from unnecessary details. Rendered
in small sizes, the text looks crisper.")
(license license:asl2.0)))
(license license:silofl1.1)))
(define-public font-juliamono
(package