diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-12 02:55:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-12 05:00:45 +0100 |
commit | e60969d54c5aa0c4c368860d632f3bf83bee500d (patch) | |
tree | 05583425f39f982f436df8cf8549155497a18ec6 /gnu/packages/gimp.scm | |
parent | c57c648bfd948dd5478d76e37cf0d74be81a0020 (diff) |
gnu: Fix copyright header typo.
* gnu/packages/gimp.scm: Fix typo.
Diffstat (limited to 'gnu/packages/gimp.scm')
-rw-r--r-- | gnu/packages/gimp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index 0cbe290f49..ef256ee525 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2016, 2018 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il> -;;; Copyright © 2018, 2019, 202 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Leo Famulari <leo@famulari.name> ;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de> ;;; |