Skip to content

Commit

Permalink
Update on the DATAMIRROR, using secure http now
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSanchez authored and benjaminrose committed Jan 30, 2024
1 parent a15d891 commit d69791b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sncosmo/builtins.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_rootdir():
return data_dir


DATADIR = DataMirror(get_rootdir, "http://sncosmo.github.io/data")
DATADIR = DataMirror(get_rootdir, "https://sncosmo.github.io/data")


# =============================================================================
Expand Down

0 comments on commit d69791b

Please sign in to comment.