diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 19b21d82f..7c675a7f0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "ghcr.io/agri-gaia/seerep_base:latest", + "image": "ghcr.io/DFKI-NI/seerep_base:latest", "name": "seerep_dev", "customizations": { "vscode": { @@ -36,5 +36,5 @@ "containerEnv": { "TZ": "Europe/Berlin" }, - "postStartCommand": "git -C ./src pull || git clone git@github.com:agri-gaia/seerep.git ./src; ./src/.devcontainer/postCreateCommand.sh" + "postStartCommand": "git -C ./src pull || git clone git@github.com:DFKI-NI/seerep.git ./src; ./src/.devcontainer/postCreateCommand.sh" } diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 993528215..45773c00b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: name: Unit Tests runs-on: ubuntu-latest container: - image: ghcr.io/agri-gaia/seerep_base:latest + image: ghcr.io/DFKI-NI/seerep_base:latest steps: - name: Checkout Code @@ -39,7 +39,7 @@ jobs: name: Integration Tests runs-on: ubuntu-latest container: - image: ghcr.io/agri-gaia/seerep_base:latest + image: ghcr.io/DFKI-NI/seerep_base:latest steps: - name: Checkout Code diff --git a/CITATION.cff b/CITATION.cff index e8b31ebd1..d06b8ca84 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,7 +4,7 @@ authors: - family-names: "Niemeyer" given-names: "Mark" title: "SEEREP: a spatio-temporal-SEmantic Environment REPresentation" -url: "https://github.com/agri-gaia/seerep" +url: "https://github.com/DFKI-NI/seerep" preferred-citation: type: conference-paper authors: diff --git a/README.md b/README.md index e6906d90a..8842c0c5f 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@