mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
96f704548c
commit
fa92a7c2fe
1 changed files with 1 additions and 1 deletions
|
@ -2524,7 +2524,7 @@ (define-public font-jetbrains-mono
|
||||||
"JetBrains Mono is a font family dedicated to developers. JetBrains
|
"JetBrains Mono is a font family dedicated to developers. JetBrains
|
||||||
Mono’s typeface forms are simple and free from unnecessary details. Rendered
|
Mono’s typeface forms are simple and free from unnecessary details. Rendered
|
||||||
in small sizes, the text looks crisper.")
|
in small sizes, the text looks crisper.")
|
||||||
(license license:asl2.0)))
|
(license license:silofl1.1)))
|
||||||
|
|
||||||
(define-public font-juliamono
|
(define-public font-juliamono
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue