diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-03-22 15:34:12 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-03-22 15:37:48 +0200 |
commit | 8506fce04bb45ad90309829f1bbf06389fe19b3b (patch) | |
tree | 7a6178f5a589976a01797da62e4d6499cf484646 | |
parent | c086c5af1c48f5caf749ff33498d051d5378d361 (diff) | |
download | guix-8506fce04bb45ad90309829f1bbf06389fe19b3b.tar guix-8506fce04bb45ad90309829f1bbf06389fe19b3b.tar.gz |
gnu: libcaca: Update license field.
* gnu/packages/video.scm (libcaca)[license]: List as wtfpl2.
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index d18fe95b61..38e9d36307 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -750,7 +750,7 @@ ASS/SSA (Advanced Substation Alpha/SubStation Alpha) subtitle format.") pixels, so that it can work on older video cards or text terminals. It supports Unicode, 2048 colors, dithering of color images, and advanced text canvas operations.") - (license (license:fsf-free "file://COPYING")))) ;WTFPL version 2 + (license license:wtfpl2))) (define-public libdca (package |