Skip to content

Commit

Permalink
Merge pull request #18 from clld/CDSTAR_link_update
Browse files Browse the repository at this point in the history
changed SERVICE_URL to eva, new release necessary
  • Loading branch information
Bibiko committed Sep 20, 2021
2 parents fbd811c + 948cf0e commit a01735c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name='clldmpg',
version='4.1.2.dev0',
description=(
'Python library supporting development of CLLD apps maintained by MPI SHH'),
'Python library supporting development of CLLD apps maintained by MPI EVA'),
long_description='',
classifiers=[
"Intended Audience :: Developers",
Expand Down
4 changes: 2 additions & 2 deletions src/clldmpg/cdstar.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
For all clld apps hosted by MPI SHH, we store all binary content (e.g. multi-media files)
For all clld apps hosted by MPI EVA, we store all binary content (e.g. multi-media files)
in our CDSTAR [1] instance hosted at GWDG. This module provides functionality to integrate
these binary objects in clld apps.
Expand All @@ -21,7 +21,7 @@
'mimetype', 'maintype', 'bitstream_url', 'link', 'MediaCol', 'audio', 'video',
'linked_image']

SERVICE_URL = URL("https://cdstar.shh.mpg.de/")
SERVICE_URL = URL("https://cdstar.eva.mpg.de/")


def mimetype(obj):
Expand Down

0 comments on commit a01735c

Please sign in to comment.