diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2014-09-03 15:22:49 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-03 15:43:07 +0200 |
| commit | a423555d3c4314f8347d75b050d7daf6e594281f (patch) | |
| tree | 10f60f579fa2b473fe1a5b43b65711dd707cc2b9 | |
| parent | fbb3555809966ee2dacfe16451fba0b963d1cdc0 (diff) | |
gnu: datamash: Fix license.
* gnu/packages/datamash.scm (datamash)[license]: Change to GPL3+.
| -rw-r--r-- | gnu/packages/datamash.scm | 2 |
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 |
| 47 | files. Designed to work within standard pipelines without additional code.") | 47 | files. Designed to work within standard pipelines without additional code.") |
| 48 | (license gpl3))) | 48 | (license gpl3+))) |
