guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: libcaca: Update license field.


From: guix-commits
Subject: 01/03: gnu: libcaca: Update license field.
Date: Sun, 22 Mar 2020 09:38:38 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8506fce04bb45ad90309829f1bbf06389fe19b3b
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Mar 22 15:34:12 2020 +0200

    gnu: libcaca: Update license field.
    
    * gnu/packages/video.scm (libcaca)[license]: List as wtfpl2.
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d18fe95..38e9d36 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]