mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: 0ad-data: Avoid top-level references to 'font-bitstream-vera'.
* gnu/packages/games.scm (0ad-data)[license]: Avoid references to 'font-bitstream-vera'.
This commit is contained in:
parent
a72aab9f71
commit
8804215462
1 changed files with 3 additions and 3 deletions
|
@ -4938,9 +4938,9 @@ (define-public 0ad-data
|
||||||
(home-page "https://play0ad.com")
|
(home-page "https://play0ad.com")
|
||||||
(license (list (license:fsdg-compatible
|
(license (list (license:fsdg-compatible
|
||||||
"http://tavmjong.free.fr/FONTS/ArevCopyright.txt"
|
"http://tavmjong.free.fr/FONTS/ArevCopyright.txt"
|
||||||
(license:license-comment
|
"Similar to the license of the Bitstream Vera fonts.")
|
||||||
(package-license font-bitstream-vera)))
|
(license:fsdg-compatible
|
||||||
(package-license font-bitstream-vera)
|
"https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts")
|
||||||
license:cc-by-sa3.0
|
license:cc-by-sa3.0
|
||||||
license:expat
|
license:expat
|
||||||
license:gfl1.0
|
license:gfl1.0
|
||||||
|
|
Loading…
Reference in a new issue