diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/games.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a63aaa2ea4..8dd08844ee 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4938,9 +4938,9 @@ fight against their plot and save his fellow rabbits from slavery.") (home-page "https://play0ad.com") (license (list (license:fsdg-compatible "http://tavmjong.free.fr/FONTS/ArevCopyright.txt" - (license:license-comment - (package-license font-bitstream-vera))) - (package-license font-bitstream-vera) + "Similar to the license of the Bitstream Vera fonts.") + (license:fsdg-compatible + "https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts") license:cc-by-sa3.0 license:expat license:gfl1.0 |