Skip to content

Commit

Permalink
updated URLs pointing to eea.europa.eu with https://, refs #95849
Browse files Browse the repository at this point in the history
  • Loading branch information
alecghica committed Jun 20, 2018
1 parent 5f80427 commit 738c85b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/HISTORY.txt
Expand Up @@ -3,6 +3,8 @@ Changelog

3.2.dev0 - (unreleased)
-----------------------
* Change: updated URLs pointing to eea.europa.eu with https://
[alecghica refs #95849]

3.1 - (2017-12-12)
------------------
Expand Down
2 changes: 1 addition & 1 deletion sparql.py
Expand Up @@ -66,7 +66,7 @@
except Exception:
__version__ = "2.6"

USER_AGENT = "sparql-client/%s +http://www.eionet.europa.eu/software/sparql-client/" % __version__
USER_AGENT = "sparql-client/%s +https://www.eionet.europa.eu/software/sparql-client/" % __version__

CONTENT_TYPE = {
'turtle' : "application/turtle" ,
Expand Down

0 comments on commit 738c85b

Please sign in to comment.