We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b033010 commit 3af4643Copy full SHA for 3af4643
opentimestamps/calendar.py
@@ -149,8 +149,8 @@ def __repr__(self):
149
150
DEFAULT_CALENDAR_WHITELIST = \
151
UrlWhitelist(['https://*.calendar.opentimestamps.org', # Run by Peter Todd
152
- 'https://*.calendar.eternitywall.com', # Run by Riccardo Casatta of Eternity Wall
153
- 'https://*.calendar.catallaxy.com', # Run by Vincent Cloutier of Catallaxy
+ 'https://*.calendar.eternitywall.com', # Run by Riccardo Casatta
+ 'https://*.calendar.catallaxy.com', # Run by Bull Bitcoin
154
])
155
156
DEFAULT_AGGREGATORS = \
0 commit comments