guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 07/07: gnu: font-jetbrains-mono: Use the correct license.
Date: Tue, 19 Dec 2023 08:50:59 -0500 (EST)

hako pushed a commit to branch master
in repository guix.

commit fa92a7c2fe0c5b9e9923ad5f53bafd41aa6dbe66
Author: Saku Laesvuori <saku@laesvuori.fi>
AuthorDate: Thu Dec 14 09:26:14 2023 +0200

    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>
---
 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 35045c0b65..1b2bc319f7 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2524,7 +2524,7 @@ a different style of marking.")
      "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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]