mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +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
|
||||
where
|
||||
pairs = Map.fromList
|
||||
[ ("diagrams", "byorgey")
|
||||
[ ("diagrams", "diagrams/Core")
|
||||
, ("yesodweb", "snoyberg")
|
||||
, ("fpco", "snoyberg")
|
||||
, ("faylang", "bergmark")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user