diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-07-16 00:20:53 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-07-16 00:20:53 -0400 |
commit | 556f027daae5bfd883ba2d96ad3b777381ad006d (patch) | |
tree | e08c6870968f247d28091e960620400e8e97372f /gnu | |
parent | 4094d12df13859b07c10a9664c4d6797ddbcbc2e (diff) | |
download | guix-556f027daae5bfd883ba2d96ad3b777381ad006d.tar.gz |
gnu: kde-utils.scm: Fix copyright line.
This is a follow up commit to 4094d12df1. * gnu/packages/kde-utils.scm: Fix copyright line for Zheng Junjie.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-utils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm index b5638876d5..47e25409ee 100644 --- a/gnu/packages/kde-utils.scm +++ b/gnu/packages/kde-utils.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017, 2019 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr> -;;; Copyright © 2021 Z572 <873216071@qq.com> +;;; Copyright © 2021 Zheng Junjie <873216071@qq.com> ;;; ;;; This file is part of GNU Guix. ;;; |