This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8d7a229708 gnu: font-bitstream-vera: Update license URL.
8d7a229708 is described below

commit 8d7a2297082124d0de2d7848fbfce820d9e85176
Author: ColdSideOfYourPillow <[email protected]>
AuthorDate: Thu Sep 4 11:53:21 2025 +0400

    gnu: font-bitstream-vera: Update license URL.
    
    * gnu/packages/fonts.scm (font-bitstream-vera)[license]: Change URL.
    
    Closes: guix/guix#2478
    Change-Id: I3342ab61c6ce757ff840a8dbb4d40649c968cd9b
    Signed-off-by: 宋文武 <[email protected]>
---
 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 4fba2efe93..764d425a75 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -488,7 +488,7 @@ provide serif, sans and monospaced variants.")
 package provides the TrueType (TTF) files.")
     (license
      (license:fsdg-compatible
-      "https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts";
+      "https://spdx.org/licenses/Bitstream-Vera.html";
       "The Font Software may be sold as part of a larger software package but
 no copy of one or more of the Font Software typefaces may be sold by
 itself."))))

Reply via email to