diff mbox series

[bug#67821,2/2] gnu: font-jetbrains-mono: Use the correct license.

Message ID e7616360a307d4d7d6c0628617078d499d2f5e55.1702538507.git.saku@laesvuori.fi
State New
Headers show
Series [bug#67821,1/2] gnu: font-jetbrains-mono: Update to 2.304 | expand

Commit Message

Saku Laesvuori Dec. 14, 2023, 7:26 a.m. UTC
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(-)

Comments

Hilton Chain Dec. 19, 2023, 1:58 p.m. UTC | #1
Hi Saku,

On Thu, 14 Dec 2023 15:26:14 +0800,
Saku Laesvuori via Guix-patches via wrote:
> 
> 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(-)

Applied the series as 96f704548c..fa92a7c2fe, thank you!
diff mbox series

Patch

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 35045c0b65..1b2bc319f7 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2524,7 +2524,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-juliamono
   (package