diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-11-08 10:52:00 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-11-08 10:52:09 +0200 |
commit | c8b38f8ea6a851872e0adea0d921bb0908aa48aa (patch) | |
tree | 49aa9c8dd5548bf5e573eda311d9a590d7341e7f /gnu | |
parent | dd00e0919fcecd895ff4e5a646cf068f46ff8d12 (diff) | |
download | guix-c8b38f8ea6a851872e0adea0d921bb0908aa48aa.tar guix-c8b38f8ea6a851872e0adea0d921bb0908aa48aa.tar.gz |
gnu: time: Update license.
* gnu/packages/time.scm (time)[license]: Change to gpl3+.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/time.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index e390445fdd..171b9045f0 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -46,7 +46,7 @@ "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 to a file.") - (license gpl2+))) + (license gpl3+))) (define-public python-pytzdata (package |