gnu: libcaca: Update license field.
authorEfraim Flashner <efraim@flashner.co.il>
Sun, 22 Mar 2020 13:34:12 +0000 (15:34 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Sun, 22 Mar 2020 13:37:48 +0000 (15:37 +0200)
* gnu/packages/video.scm (libcaca)[license]: List as wtfpl2.

gnu/packages/video.scm

index d18fe95..38e9d36 100644 (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