aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-06-17 15:43:46 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-06-17 15:43:46 +0200
commit4b926cb6c88f8ecc10e927b0c33e6fc0e1d24d77 (patch)
treef064161e1ea22876f629b70e0894f6531826706e /gnu
parent9d59023e6a86779d67c7438d2771800520d7c5fa (diff)
downloadguix-4b926cb6c88f8ecc10e927b0c33e6fc0e1d24d77.tar
guix-4b926cb6c88f8ecc10e927b0c33e6fc0e1d24d77.tar.gz
gnu: gnome-planner: Correct license.
This is a followup to d1d739fab0f44408438720c20877d62a280484ae. * gnu/packages/gnome.scm (gnome-planner)[license]: Change GPL2 to GPL2+.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9377159e93..43b7e0ac47 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6317,4 +6317,4 @@ the project. It can show a detailed summary of tasks including their
duration, cost, and current progress. It can also show a report of resource
utilization that highlights under-utilized and over-utilized resources. These
views can be printed as PDF or PostScript files, or exported to HTML.")
- (license license:gpl2)))
+ (license license:gpl2+)))