diff --git a/Makefile b/Makefile
index 0b330dd..bf5ebfe 100644
--- a/Makefile
+++ b/Makefile
@@ -25,9 +25,9 @@ D8LOGS=data/logs/drupal8-git-logs.csv
 FULLLOGS=data/logs/drupalfull-git-logs.csv
 
 # Here, maintainer means git pusher(former cvs commiter).
-D7MAINTAINERS='(Dries|webchick)'
-D8MAINTAINERS='(Dries|webchick|catch)'
-HISTMAINTAINERS='(Dries|drumm|Gábor Hojtsy|jeroen|killes|kjartan|natrak|Steven|webchick|catch)'
+D7MAINTAINERS='(Dries|webchick|David_Rothstein|jhodgdon)'
+D8MAINTAINERS='(Dries|webchick|catch|alexpott)'
+HISTMAINTAINERS='(Dries|drumm|Gábor Hojtsy|jeroen|killes|kjartan|natrak|Steven|webchick|catch|David_Rothstein|jhodgdon|alexpott)'
 
 .PHONY: all clean mainlogs fulllog d7log d8log doc stats stats-d7 stats-d8 stats-full stats-filelog-count stats-filelog-count-full stats-filelog-count-d7 stats-filelog-count-d8 stats-commitlog-count stats-commitlog-count-full stats-commitlog-count-d7 stats-commitlog-count-d8 filelog-count commitlog-count tagclouds tagcloud-base TagCloud/application.linux/TagCloud tagclouds-d7 tagclouds-d8 tagclouds-full codeswarm-xml
 
diff --git a/post-process.sed b/post-process.sed
index a8c6ebe..7761302 100644
--- a/post-process.sed
+++ b/post-process.sed
@@ -32,6 +32,7 @@ s/\"[Uu][Nn][Cc][Oo][Nn][Ee][Dd]\"/\"Steven\"/g
 #- simple author replace by identification basing on usernames at d.o:
 s/\"add1sum\"/\"add1sun\"/g
 s/\"ajk\"/\"AjK\"/g
+s/\"Alex Pott"/\"alexpott\"/g
 s/\"Andypost\"/\"andypost\"/g
 s/\"andpost\"/\"andypost\"/g
 s/\"Aron Noval\"/\"Aron Novak\"/g
