[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67808] [PATCH 4/5] gnu: font-jetbrains-mono: Use the correct licens
From: |
Saku Laesvuori |
Subject: |
[bug#67808] [PATCH 4/5] gnu: font-jetbrains-mono: Use the correct license. |
Date: |
Wed, 13 Dec 2023 10:02:37 +0200 |
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
---
gnu/packages/fonts.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3f4f5ae847..52e9cb0987 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2520,7 +2520,7 @@ (define-public font-jetbrains-mono
"JetBrains Mono is a font family dedicated to developers. JetBrains
Mono’s 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-jetbrains-mono-nerd-font
(package
--
2.41.0
- [bug#67808] [PATCH 1/5] guix: build-system: font: Accept license-file-regexp keyword argument, Saku Laesvuori, 2023/12/13
- [bug#67808] [PATCH 2/5] gnu: Add font-jetbrains-mono-nerd-font, Saku Laesvuori, 2023/12/13
- [bug#67808] [PATCH 4/5] gnu: font-jetbrains-mono: Use the correct license.,
Saku Laesvuori <=
- [bug#67808] [PATCH 3/5] gnu: font-jetbrains-mono: Use license-file-regexp argument, Saku Laesvuori, 2023/12/13
- [bug#67808] [PATCH 5/5] gnu: font-jetbrains-mono: Update to 2.304, Saku Laesvuori, 2023/12/13
- [bug#67808] [PATCH 1/5] guix: build-system: font: Accept license-file-regexp keyword argument, Simon South, 2023/12/13
- [bug#67808] [PATCH v2 0/1] Add JetBrainsMono Nerd Font, Saku Laesvuori, 2023/12/14
- [bug#67808] [PATCH v3 0/3] Add procedure for patching Nerd Fonts, Saku Laesvuori, 2023/12/14
- [bug#67808] [PATCH v3 1/3] gnu: Add nerd-font-patcher, Saku Laesvuori, 2023/12/14