diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-07-15 20:17:56 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-07-24 09:46:49 +0200 |
commit | 4253358ab0e5a44423eb3c044a1e7fd1971b15f1 (patch) | |
tree | f17d342ba601a9fddc6d6885aef969f67455d3d5 /gnu/packages/tex.scm | |
parent | f75aa97f9535170f581f780acec05a2c4298d4ba (diff) | |
download | patches-4253358ab0e5a44423eb3c044a1e7fd1971b15f1.tar patches-4253358ab0e5a44423eb3c044a1e7fd1971b15f1.tar.gz |
gnu: texlive-fonts-ec: Update license URL.
* gnu/packages/tex.scm (texlive-fonts-ec)[license]: Update URL.
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 30eda2f846..b649e5a116 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4861,7 +4861,7 @@ fonts are available in (traced) Adobe Type 1 format, as part of the set, Latin Modern, is not actually a direct development of the EC set, and differs from the EC in a number of particulars.") (license (license:fsf-free "https://www.tug.org/svn/texlive/tags/\ -texlive-2017.1/Master/texmf-dist/doc/fonts/ec/copyrite.txt")))) +texlive-2018.2/Master/texmf-dist/doc/fonts/ec/copyrite.txt")))) (define-public texlive-fonts-adobe-times (package |