diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-28 23:37:52 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-28 23:37:52 +0200 |
commit | 20b0aaf986be704c477c558de999bcd390959fc6 (patch) | |
tree | 86a7e7a12eb08f03cb5ccd60b2c9c170cfce3e13 /gnu/packages/python.scm | |
parent | a4b7a1cb4abc2614d898b8722c3ac779ce148fa0 (diff) | |
download | guix-20b0aaf986be704c477c558de999bcd390959fc6.tar.gz |
gnu: python-fonttools: Update license.
This is a follow-up to commit 4696368108c2e1500a8f1d8a0d75b5f0aef1c37a. * gnu/packages/python.scm (python-fonttools)[license]: Change to EXPAT (since 3.21).
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4033573a8b..6f60b75f32 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5914,9 +5914,7 @@ supports reading and writing of TrueType/OpenType fonts, reading and writing of AFM files, reading (and partially writing) of PS Type 1 fonts. The package also contains a tool called “TTX” which converts TrueType/OpenType fonts to and from an XML-based format.") - (license (license:non-copyleft - "file://LICENSE.txt" - "See LICENSE.txt in the distribution.")))) + (license license:expat))) (define-public python2-fonttools (package-with-python2 python-fonttools)) |