From 86b3a6fa7a6af3392ab09324cdf64174291fe95f Mon Sep 17 00:00:00 2001 From: veilor-org Date: Thu, 30 Apr 2026 13:59:20 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20switch=20refs=20from=20`veilor`=20?= =?UTF-8?q?=E2=86=92=20`veilor-org`=20(GH=20org=20slug);=20domain=20veilor?= =?UTF-8?q?.org?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CODEOWNERS | 8 ++++---- CONTRIBUTING.md | 2 +- build/Containerfile | 2 +- overlay/etc/os-release.d/veilor | 6 +++--- overlay/etc/systemd/system/veilor-firstboot.service | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1572f2d..0d89a53 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ -* @veilor/maintainers -/kickstart/ @veilor/maintainers -/scripts/selinux/ @veilor/maintainers -/.github/ @veilor/maintainers +* @veilor-org/maintainers +/kickstart/ @veilor-org/maintainers +/scripts/selinux/ @veilor-org/maintainers +/.github/ @veilor-org/maintainers diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6864464..dad7ebb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ## Getting set up ```bash -git clone https://github.com/veilor/veilor-os.git +git clone https://github.com/veilor-org/veilor-os.git cd veilor-os sudo dnf install lorax livecd-tools pykickstart anaconda-tui squashfs-tools xorriso qemu-kvm edk2-ovmf ``` diff --git a/build/Containerfile b/build/Containerfile index 5aab84f..b8be999 100644 --- a/build/Containerfile +++ b/build/Containerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:43 LABEL org.opencontainers.image.title="veilor-os build env" -LABEL org.opencontainers.image.source="https://github.com/veilor/veilor-os" +LABEL org.opencontainers.image.source="https://github.com/veilor-org/veilor-os" RUN dnf install -y \ lorax \ diff --git a/overlay/etc/os-release.d/veilor b/overlay/etc/os-release.d/veilor index e305b2a..2966ef4 100644 --- a/overlay/etc/os-release.d/veilor +++ b/overlay/etc/os-release.d/veilor @@ -4,8 +4,8 @@ ID=veilor ID_LIKE=fedora VERSION="0.1" VERSION_ID="0.1" -HOME_URL="https://github.com/veilor/veilor-os" -DOCUMENTATION_URL="https://github.com/veilor/veilor-os/tree/main/docs" -BUG_REPORT_URL="https://github.com/veilor/veilor-os/issues" +HOME_URL="https://github.com/veilor-org/veilor-os" +DOCUMENTATION_URL="https://github.com/veilor-org/veilor-os/tree/main/docs" +BUG_REPORT_URL="https://github.com/veilor-org/veilor-os/issues" ANSI_COLOR="0;30;47" LOGO=veilor-logo diff --git a/overlay/etc/systemd/system/veilor-firstboot.service b/overlay/etc/systemd/system/veilor-firstboot.service index c397057..fb75342 100644 --- a/overlay/etc/systemd/system/veilor-firstboot.service +++ b/overlay/etc/systemd/system/veilor-firstboot.service @@ -1,6 +1,6 @@ [Unit] Description=veilor-os first-boot admin password setup -Documentation=https://github.com/veilor/veilor-os +Documentation=https://github.com/veilor-org/veilor-os ConditionPathExists=!/var/lib/veilor-firstboot.done Before=sddm.service display-manager.service After=systemd-user-sessions.service plymouth-quit-wait.service