guix-patches
[Top][All Lists]
Advanced

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

[bug#35449] [PATCH 7/7] gnu: quickswitch-i3: Fix license field to use li


From: Brendan Tildesley
Subject: [bug#35449] [PATCH 7/7] gnu: quickswitch-i3: Fix license field to use license:wtfpl2.
Date: Sat, 27 Apr 2019 21:43:07 +1000

* gnu/packages/wm.scm (quickswitch-i3): Fix license field to use
  license:wtfpl2.
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 3741bdc2d5..12f7dab21f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -369,7 +369,7 @@ subscribe to events.")
        "This utility for the i3 window manager allows you to quickly switch to
 and locate windows on all your workspaces, using an interactive dmenu
 prompt.")
-      (license (license:non-copyleft "http://www.wtfpl.net/txt/copying/";)))))
+      (license license:wtfpl2))))
 
 (define-public i3lock-color
   (package
-- 
2.21.0






reply via email to

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