me
/
guix
Archived
1
0
Fork 0

gnu: libcaca: Update license field.

* gnu/packages/video.scm (libcaca)[license]: List as wtfpl2.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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