mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-26 14:11:57 +01:00
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:
parent
d89d9465dd
commit
bf61e01909
@ -468,7 +468,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", "diagrams/Core")
|
||||||
, ("yesodweb", "snoyberg")
|
, ("yesodweb", "snoyberg")
|
||||||
, ("fpco", "snoyberg")
|
, ("fpco", "snoyberg")
|
||||||
, ("faylang", "bergmark")
|
, ("faylang", "bergmark")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user