summaryrefslogtreecommitdiff
path: root/gnu/packages/datamash.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-09-03 15:22:49 +0200
committerLudovic Courtès <ludo@gnu.org>2014-09-03 15:43:07 +0200
commita423555d3c4314f8347d75b050d7daf6e594281f (patch)
tree10f60f579fa2b473fe1a5b43b65711dd707cc2b9 /gnu/packages/datamash.scm
parentfbb3555809966ee2dacfe16451fba0b963d1cdc0 (diff)
gnu: datamash: Fix license.
* gnu/packages/datamash.scm (datamash)[license]: Change to GPL3+.
Diffstat (limited to 'gnu/packages/datamash.scm')
-rw-r--r--gnu/packages/datamash.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/datamash.scm b/gnu/packages/datamash.scm
index f44025e2ea9..ccf3729b0b1 100644
--- a/gnu/packages/datamash.scm
+++ b/gnu/packages/datamash.scm
@@ -45,4 +45,4 @@
45 (description 45 (description
46 "Perform basic numeric, textual and statistical operations on plain text 46 "Perform basic numeric, textual and statistical operations on plain text
47files. Designed to work within standard pipelines without additional code.") 47files. Designed to work within standard pipelines without additional code.")
48 (license gpl3))) 48 (license gpl3+)))