diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2021-04-09 19:50:37 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2021-04-10 14:11:28 +0200 |
commit | a972e272e9a599747a773a51c725a9db90083ea0 (patch) | |
tree | a7e3abde15dd9d2fad906f957d8d53ba086e00ca | |
parent | 1b2dbcf0c80231ab643d7c573f04192d4f93d919 (diff) |
gnu: Fix typo in (gnu packages gtk).
* gnu/packages/gtk.scm: Fix typo in copyright header.
-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 fa4241eb31..bffc9e0298 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, 2018, 2020, 2021 Ricardo Wurmus <[email protected]> +;;; Copyright © 2015, 2016, 2017, 2018, 2020, 2021 Ricardo Wurmus <[email protected]> ;;; Copyright © 2016, 2017, 2020 Efraim Flashner <[email protected]> ;;; Copyright © 2016 Fabian Harfert <[email protected]> ;;; Copyright © 2016 Kei Kebreau <[email protected]> |