We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5f5e9 commit f43d884Copy full SHA for f43d884
README.md
@@ -1,7 +1,7 @@
1
# Satellite
2
3
Satellite is a Python package for creating and populating an
4
-[EMAP star](https://github.com/UCLH-DHCT/emap/tree/main/emap-star) schema
+[EMAP star](https://github.com/SAFEHR-data/emap/tree/main/emap-star) schema
5
with completely synthetic/fake data.
6
7
The `Dockerfile` is suitable to build a postgres instance directly
satellite/main.py
@@ -19,7 +19,7 @@
19
from satellite._settings import EnvVar
20
from satellite._utils import call_every_n_seconds
21
22
-REPO_URL = "https://github.com/UCLH-DHCT/emap"
+REPO_URL = "https://github.com/SAFEHR-data/emap"
23
24
star = DatabaseSchema(
25
name=EnvVar("STAR_SCHEMA_NAME").or_default(),
0 commit comments