We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf2f59 commit fe12e5eCopy full SHA for fe12e5e
.mailmap
@@ -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,7 +1,7 @@
[package]
name = "mt19937"
version = "2.0.1"
-authors = ["Noah <33094578+coolreader18@users.noreply.github.com>", "RustPython Team"]
+authors = ["Noa <coolreader18@gmail.com>", "RustPython Team"]
edition = "2018"
license-file = "LICENSE"
description = "A translation of the MT19937 Mersenne Twister rng algorithm to Rust"
0 commit comments