mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: time: Update license.
* gnu/packages/time.scm (time)[license]: Change to gpl3+.
This commit is contained in:
parent
dd00e0919f
commit
c8b38f8ea6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ (define-public time
|
||||||
"Time is a command that displays information about the resources that a
|
"Time is a command that displays information about the resources that a
|
||||||
program uses. The display output of the program can be customized or saved
|
program uses. The display output of the program can be customized or saved
|
||||||
to a file.")
|
to a file.")
|
||||||
(license gpl2+)))
|
(license gpl3+)))
|
||||||
|
|
||||||
(define-public python-pytzdata
|
(define-public python-pytzdata
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue