Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 13 Jan 2022 02:07:32
Message-Id: 1642039610.b5c3ead947fd4ca409651b15cae6807a3363f87a.gyakovlev@gentoo
1 commit: b5c3ead947fd4ca409651b15cae6807a3363f87a
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 02:06:50 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 02:06:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c3ead9
7
8 cargo.eclass: fix typo in email address
9
10 Thanks-to: Alexey Zapparov alexey <AT> zapparov.com
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 eclass/cargo.eclass | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
17 index 938511e410fc..b910bda6a735 100644
18 --- a/eclass/cargo.eclass
19 +++ b/eclass/cargo.eclass
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 # @ECLASS: cargo.eclass
26 @@ -6,7 +6,7 @@
27 # rust@g.o
28 # @AUTHOR:
29 # Doug Goldstein <cardoe@g.o>
30 -# Georgy Yakovlev <gyakovlev@×××××××.org>
31 +# Georgy Yakovlev <gyakovlev@××××××.org>
32 # @SUPPORTED_EAPIS: 7 8
33 # @BLURB: common functions and variables for cargo builds