guix-commits
[Top][All Lists]
Advanced

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

18/75: gnu: font-lato: Install license file.


From: guix-commits
Subject: 18/75: gnu: font-lato: Install license file.
Date: Sun, 21 Jan 2024 13:21:44 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 72c63dcbb1024baf44bf77d8bb48ab2fffdfc53b
Author: Simon South <simon@simonsouth.net>
AuthorDate: Fri Feb 3 07:43:01 2023 -0500

    gnu: font-lato: Install license file.
    
    * gnu/packages/fonts.scm (font-lato)[source]: Use url-fetch.
---
 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 f8dcdc8f90..fa53da3357 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -355,7 +355,7 @@ of the font.")
     (name "font-lato")
     (version "2.015")                   ; also update description
     (source (origin
-              (method url-fetch/zipbomb)
+              (method url-fetch)
               (uri (string-append 
"https://www.latofonts.com/download/Lato2OFL.zip";))
               (sha256
                (base32



reply via email to

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