Skip to content

Commit 050b860

Browse files
Update .mailmap
1 parent 05d0037 commit 050b860

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

.mailmap

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ Joseph Edwards <[email protected]> Joseph Edwards <josephdavidedwards@gmail.
1515
1616
1717
18+
Malachi Johns <[email protected]> zljlzljlz <[email protected]>
1819
Julius Jonusas <[email protected]> Julius <[email protected]>
1920
Julius Jonusas <[email protected]> Julius <unknown>
2021
Julius Jonusas <[email protected]> jj <unknown>
2122
Julius Jonusas <[email protected]> sriubas <[email protected]>
2223
Olexandr Konovalov <[email protected]> Alexander Konovalov <[email protected]>
2324
Olexandr Konovalov <[email protected]> Olexandr Konovalov <[email protected]>
2425
26+
Aidan Lau <[email protected]> forktree <[email protected]>
2527
Andrea Lee <[email protected]> baydrea <[email protected]>
2628
Saffron McIver <[email protected]> Saffron McIver <[email protected]>
2729
Saffron McIver <[email protected]> saffronmciver <[email protected]>
@@ -50,4 +52,3 @@ Murray Whyte <[email protected]> Murray Whyte <[email protected]
5052
Meike Weiss <[email protected]> MeikeWeiss <[email protected]>
5153
Meike Weiss <[email protected]> Meike Weiß <[email protected]>
5254
Wilf Wilson <[email protected]> Wilf Wilson <[email protected]>
53-
",

PackageInfo.g

+20-4
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,13 @@ Persons := [
211211
IsMaintainer := false,
212212
Email := "[email protected]"),
213213

214+
rec(
215+
LastName := "Frankie",
216+
FirstNames := "Gillis",
217+
IsAuthor := true,
218+
IsMaintainer := false,
219+
Email := "[email protected]"),
220+
214221
rec(
215222
LastName := "Gutsche",
216223
FirstNames := "Sebastian",
@@ -250,6 +257,13 @@ Persons := [
250257
Place := "St Andrews",
251258
Institution := "University of St Andrews"),
252259

260+
rec(
261+
LastName := "Johns",
262+
FirstNames := "Malachi",
263+
IsAuthor := true,
264+
IsMaintainer := false,
265+
Email := "[email protected]"),
266+
253267
rec(
254268
LastName := "Konovalov",
255269
FirstNames := "Olexandr",
@@ -267,15 +281,17 @@ Persons := [
267281
IsMaintainer := false,
268282
Email := "[email protected]"),
269283

284+
rec(LastName := "Lau",
285+
FirstNames := "Aidan",
286+
IsAuthor := true,
287+
IsMaintainer := false),
288+
270289
rec(
271290
LastName := "Lee",
272291
FirstNames := "Andrea",
273292
IsAuthor := true,
274293
IsMaintainer := false,
275-
PostalAddress := _STANDREWSMATHS,
276-
Email := "[email protected]",
277-
Place := "St Andrews",
278-
Institution := "University of St Andrews"),
294+
Email := "[email protected]"),
279295

280296
rec(
281297
LastName := "McIver",

release.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[authors]
2-
2+
expired_emails = [
3+
4+
5+
6+
7+
]
38
author_files = ["PackageInfo.g"]
49
ignore = ["convert-repo", "dependabot", "Luke"]

0 commit comments

Comments
 (0)