diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2021-02-16 14:45:19 +0000 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2021-02-16 14:45:19 +0000 |
commit | a6f8e8200f2a3885cda41520b9f8d2e2a1350cbe (patch) | |
tree | ee9b2ab4285c5498199650bfcb11e35462ebef83 /gnu/packages/tex.scm | |
parent | 13354b3f08bb4a7e3c43057ee98aae416b55409a (diff) |
gnu: texlive-arev: Fix typo.
* gnu/packages/tex.scm (texlive-arev)[license]: Fix filename.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 6a40fb4c76..c0f4ff0fcd 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7795,4 +7795,4 @@ heavier. Arev is one of a very small number of sans-font mathematics support packages. Others are cmbright, hvmath and kerkis.") (license (list license:silofl1.1 ;for Arev Sans license:lppl1.3a ;for TeX support files - license:gpl2)))) ;fora ms-mdbch.sty + license:gpl2)))) ;for ams-mdbch.sty |