diff options
author | Alex Kost <alezost@gmail.com> | 2014-11-10 18:26:29 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2014-11-11 22:20:50 +0300 |
commit | 380f2ab6a42d33525b98887ee4afb04f24beeedc (patch) | |
tree | c64c8a114d49c0fadf71d51c09f5fcccc8ff9675 /gnu/packages/fonts.scm | |
parent | efe0be6de7e54239448aa15c01e1468d3c364655 (diff) | |
download | patches-380f2ab6a42d33525b98887ee4afb04f24beeedc.tar patches-380f2ab6a42d33525b98887ee4afb04f24beeedc.tar.gz |
gnu: fonts: Fix license of 'terminus-font'.
* gnu/packages/fonts.scm (terminus-font): Use 'silofl1.1' license.
Diffstat (limited to 'gnu/packages/fonts.scm')
-rw-r--r-- | gnu/packages/fonts.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 825395b04d..4ed86d96f8 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -237,6 +237,4 @@ package provides the TrueType (TTF) files.") (synopsis "Simple bitmap programming font") (description "Terminus Font is a clean, fixed width bitmap font, designed for long (8 and more hours per day) work with computers.") - (license - (license:x11-style - "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web")))) + (license license:silofl1.1))) |