diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2018-06-14 04:30:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2018-06-14 04:30:50 +0200 |
commit | 0b5c16c07f4cc28dc2ffa80d3b6259f10762413d (patch) | |
tree | adf5c4c18bb807411637f813d1507c4392df5160 /gnu | |
parent | b262aba7338b8e3aa97bccb91309848a553280e3 (diff) |
Fix typo in (gnu packages gtk) header.
* gnu/packages/gtk.scm: Fix ‘Coypright’ typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 41b908050d..90878ee1e9 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -8,7 +8,7 @@ ;;; Copyright © 2015 Sou Bunnbu <[email protected]> ;;; Copyright © 2015 Andy Wingo <[email protected]> ;;; Copyright © 2015 David Hashe <[email protected]> -;;; Coypright © 2015, 2016, 2017 Ricardo Wurmus <[email protected]> +;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <[email protected]> ;;; Copyright © 2016, 2017 Efraim Flashner <[email protected]> ;;; Copyright © 2016 Fabian Harfert <[email protected]> ;;; Copyright © 2016 Kei Kebreau <[email protected]> |