convert diagrams mentions to diagrams/Core team

If I understand correctly (see https://github.com/blog/1121-introducing-team-mentions) this should route mentions of packages in the diagrams organization to everyone on the diagrams Core team rather than to just me.
This commit is contained in:
Brent Yorgey 2014-06-22 21:16:51 -04:00
parent d89d9465dd
commit bf61e01909

View File

@ -468,7 +468,7 @@ convertGithubUser x =
fromMaybe x $ Map.lookup (map toLower x) pairs
where
pairs = Map.fromList
[ ("diagrams", "byorgey")
[ ("diagrams", "diagrams/Core")
, ("yesodweb", "snoyberg")
, ("fpco", "snoyberg")
, ("faylang", "bergmark")