Skip to content

Commit fe12e5e

Browse files
committed
Add .mailmap & fix crate metadata
1 parent eaf2f59 commit fe12e5e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.mailmap

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# This list is used by git-shortlog to aggregate contributions. It is
3+
# necessary when either the author's full name is not always written
4+
# the same way, and/or the same author contributes from different
5+
# email addresses.
6+
#
7+
8+
Noa <coolreader18@gmail.com> <33094578+coolreader18@users.noreply.github.com>

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mt19937"
33
version = "2.0.1"
4-
authors = ["Noah <33094578+coolreader18@users.noreply.github.com>", "RustPython Team"]
4+
authors = ["Noa <coolreader18@gmail.com>", "RustPython Team"]
55
edition = "2018"
66
license-file = "LICENSE"
77
description = "A translation of the MT19937 Mersenne Twister rng algorithm to Rust"

0 commit comments

Comments
 (0)