Add other diagrams core maintainers to notification list

See https://github.com/fpco/stackage/pull/244 and https://github.com/fpco/stackage/pull/256 .
This commit is contained in:
Brent Yorgey 2014-08-01 12:11:21 -04:00
parent c115409e63
commit 58292ca35e

View File

@ -513,7 +513,7 @@ convertGithubUser x =
fromMaybe [x] $ Map.lookup (map toLower x) pairs
where
pairs = Map.fromList
[ ("diagrams", ["byorgey"])
[ ("diagrams", ["byorgey", "fryguybob", "jeffreyrosenbluth", "bergey"])
, ("yesodweb", ["snoyberg"])
, ("fpco", ["snoyberg"])
, ("faylang", ["bergmark"])