From 6d67c87853461189ee7c4e24c89221d19d8a70a1 Mon Sep 17 00:00:00 2001 From: exTerEX <30706568+exTerEX@users.noreply.github.com> Date: Sat, 15 Aug 2026 03:52:07 +0200 Subject: [PATCH] Migrate from exterex/exTerEX to andreassag Automated migration: 4 replacements of exterex/exTerEX -> andreassag --- .github/dependabot.yml | 6 +++--- .github/workflows/CI.yml | 2 +- Dockerfile | 2 +- README.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 39969f4..37937ea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,7 +15,7 @@ updates: - "python" open-pull-requests-limit: 5 reviewers: - - "exTerEX" + - "andreassag" target-branch: "main" - package-ecosystem: "github-actions" directory: "/" @@ -29,7 +29,7 @@ updates: - "actions" open-pull-requests-limit: 5 reviewers: - - "exTerEX" + - "andreassag" target-branch: "main" - package-ecosystem: "docker" directory: "/" @@ -43,5 +43,5 @@ updates: - "docker" open-pull-requests-limit: 5 reviewers: - - "exTerEX" + - "andreassag" target-branch: "main" \ No newline at end of file diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5ed35be..8cca69b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -50,7 +50,7 @@ jobs: uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} - slug: exTerEX/noaa + slug: andreassag/noaa fail_ci_if_error: true files: ./coverage.xml flags: unittests diff --git a/Dockerfile b/Dockerfile index 7d863f1..ad887fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.14-slim -LABEL org.opencontainers.image.source="https://github.com/exTerEX/noaa" +LABEL org.opencontainers.image.source="https://github.com/andreassag/noaa" LABEL org.opencontainers.image.description="NOAA Climate Data Online API Client" LABEL org.opencontainers.image.licenses="MIT" diff --git a/README.md b/README.md index c7271da..9e61cb6 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ noaa/ ## Documentation -Full documentation is available at https://exterex.github.io/noaa/ +Full documentation is available at https://andreassag.github.io/noaa/ ## License