From 8d7a2297082124d0de2d7848fbfce820d9e85176 Mon Sep 17 00:00:00 2001 From: ColdSideOfYourPillow Date: Thu, 4 Sep 2025 11:53:21 +0400 Subject: [PATCH] gnu: font-bitstream-vera: Update license URL. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/fonts.scm (font-bitstream-vera)[license]: Change URL. Closes: guix/guix#2478 Change-Id: I3342ab61c6ce757ff840a8dbb4d40649c968cd9b Signed-off-by: 宋文武 --- 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 4fba2efe93dc6f74265b3c691e3e91202c63e4b2..764d425a7597932e786ec25227d1c13f4b709fcd 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."))))