mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-28 15:10:26 +01:00
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:
parent
c115409e63
commit
58292ca35e
@ -513,7 +513,7 @@ convertGithubUser x =
|
|||||||
fromMaybe [x] $ Map.lookup (map toLower x) pairs
|
fromMaybe [x] $ Map.lookup (map toLower x) pairs
|
||||||
where
|
where
|
||||||
pairs = Map.fromList
|
pairs = Map.fromList
|
||||||
[ ("diagrams", ["byorgey"])
|
[ ("diagrams", ["byorgey", "fryguybob", "jeffreyrosenbluth", "bergey"])
|
||||||
, ("yesodweb", ["snoyberg"])
|
, ("yesodweb", ["snoyberg"])
|
||||||
, ("fpco", ["snoyberg"])
|
, ("fpco", ["snoyberg"])
|
||||||
, ("faylang", ["bergmark"])
|
, ("faylang", ["bergmark"])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user