Commit c435dcabec300622993ef4b2b668f68929b96afa
1 parent
e7bcf4ea
Exists in
master
and in
29 other branches
script/authors.sed: handle specific instances of root@
you never know, someone might very well actually have a root@ email ...
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
AUTHORS.md
... | ... | @@ -116,6 +116,7 @@ Renan Teruo <renanteruoc@gmail.com> |
116 | 116 | Rodrigo Medeiros <rodrigo.mss01@gmail.com> |
117 | 117 | Rodrigo Souto <rodrigo@colivre.coop.br> |
118 | 118 | Ronny Kursawe <kursawe.ronny@googlemail.com> |
119 | +root <root@17edebf1ae91> | |
119 | 120 | Samuel R. C. Vale <srcvale@holoscopio.com> |
120 | 121 | Simião Carvalho <simiaosimis@gmail.com> |
121 | 122 | Tallys Martins <tallysmartins@yahoo.com.br> | ... | ... |
script/authors.sed
... | ... | @@ -210,7 +210,8 @@ s/Renan Teruo <jaodsilv@linux.ime.usp.br>/Renan Teruo <renanteruoc@gmail.com>/ |
210 | 210 | |
211 | 211 | s/Rodrigo Souto$/Rodrigo Souto <rodrigo@colivre.coop.br>/ |
212 | 212 | |
213 | -/root <root@.*/d | |
213 | +/root <root@debian.sdr.serpro/d | |
214 | +/root <root@17edebf1ae91/d | |
214 | 215 | |
215 | 216 | s/Simiao Carvalho/Simião Carvalho/ |
216 | 217 | s/simiaosims@gmail.com/simiaosimis@gmail.com/ | ... | ... |