From bf61e01909d788146909602b07cf8e30e32cf69e Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Sun, 22 Jun 2014 21:16:51 -0400 Subject: [PATCH] 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. --- Stackage/Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index d83b4ec9..400e5a6b 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -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")