mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: datamash: Fix license.
* gnu/packages/datamash.scm (datamash)[license]: Change to GPL3+.
This commit is contained in:
parent
fbb3555809
commit
a423555d3c
1 changed files with 1 additions and 1 deletions
|
@ -45,4 +45,4 @@ (define-public datamash
|
||||||
(description
|
(description
|
||||||
"Perform basic numeric, textual and statistical operations on plain text
|
"Perform basic numeric, textual and statistical operations on plain text
|
||||||
files. Designed to work within standard pipelines without additional code.")
|
files. Designed to work within standard pipelines without additional code.")
|
||||||
(license gpl3)))
|
(license gpl3+)))
|
||||||
|
|
Loading…
Reference in a new issue