diff options
author | Matthew James Kraai <kraai@ftbfs.org> | 2021-04-04 06:09:26 -0700 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-04-05 14:09:01 +0200 |
commit | f10634f15d109a54c39b56827bbf4618387c1e18 (patch) | |
tree | d2678a5e79a4a8ce7d1070eb3cec57cf72034526 | |
parent | beaf701d65e9f94d0539e705d6f58a65313c5655 (diff) | |
download | guix-f10634f15d109a54c39b56827bbf4618387c1e18.tar.gz |
gnu: Fix copyright symbol.
* gnu/packages/crates-io.scm: Fix copyright line for Zheng Junjie. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-rw-r--r-- | gnu/packages/crates-io.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index a20073ae9d..5d2ccc0731 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -13,7 +13,7 @@ ;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net> ;;; Copyright © 2021 aecepoglu <aecepoglu@fastmail.fm> -;;; Copyright @ 2021 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2021 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2021 Alexandru-Sergiu Marton <brown121407@posteo.ro> ;;; ;;; This file is part of GNU Guix. |