From 58292ca35efb58cdbf17af6772d598bacd44943b Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Fri, 1 Aug 2014 12:11:21 -0400 Subject: [PATCH] Add other diagrams core maintainers to notification list See https://github.com/fpco/stackage/pull/244 and https://github.com/fpco/stackage/pull/256 . --- Stackage/Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 7bf38311..75855b14 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -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"])