gnu: libcaca: Update license field.

* gnu/packages/video.scm (libcaca)[license]: List as wtfpl2.
This commit is contained in:
Efraim Flashner 2020-03-22 15:34:12 +02:00
parent c086c5af1c
commit 8506fce04b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -750,7 +750,7 @@ (define-public libcaca
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