Skip to content

Commit

Permalink
Fix CH registry entry for david rumsey
Browse files Browse the repository at this point in the history
  • Loading branch information
moltude committed Dec 20, 2023
1 parent a99af91 commit 0fb0081
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ object CHProviderRegistry {
"orbis-cascade" -> Register(profile = new OrbisCascadeProfile),
"p2p" -> Register(profile = new P2PProfile),
"pa" -> Register(profile = new PaProfile),
"david_rumsey" -> Register(profile = new RumseyProfile),
"david-rumsey" -> Register(profile = new RumseyProfile),
"scdl" -> Register(profile = new ScProfile),
"sd" -> Register(profile = new SdProfile),
"smithsonian" -> Register(profile = new SiProfile),
Expand Down

0 comments on commit 0fb0081

Please sign in to comment.