ci: switch refs from veilorveilor-org (GH org slug); domain veilor.org

This commit is contained in:
veilor-org 2026-04-30 13:59:20 +01:00
parent d44e9bbdd9
commit 86b3a6fa7a
5 changed files with 10 additions and 10 deletions

8
.github/CODEOWNERS vendored
View file

@ -1,4 +1,4 @@
* @veilor/maintainers * @veilor-org/maintainers
/kickstart/ @veilor/maintainers /kickstart/ @veilor-org/maintainers
/scripts/selinux/ @veilor/maintainers /scripts/selinux/ @veilor-org/maintainers
/.github/ @veilor/maintainers /.github/ @veilor-org/maintainers

View file

@ -3,7 +3,7 @@
## Getting set up ## Getting set up
```bash ```bash
git clone https://github.com/veilor/veilor-os.git git clone https://github.com/veilor-org/veilor-os.git
cd veilor-os cd veilor-os
sudo dnf install lorax livecd-tools pykickstart anaconda-tui squashfs-tools xorriso qemu-kvm edk2-ovmf sudo dnf install lorax livecd-tools pykickstart anaconda-tui squashfs-tools xorriso qemu-kvm edk2-ovmf
``` ```

View file

@ -1,7 +1,7 @@
FROM registry.fedoraproject.org/fedora:43 FROM registry.fedoraproject.org/fedora:43
LABEL org.opencontainers.image.title="veilor-os build env" 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 \ RUN dnf install -y \
lorax \ lorax \

View file

@ -4,8 +4,8 @@ ID=veilor
ID_LIKE=fedora ID_LIKE=fedora
VERSION="0.1" VERSION="0.1"
VERSION_ID="0.1" VERSION_ID="0.1"
HOME_URL="https://github.com/veilor/veilor-os" HOME_URL="https://github.com/veilor-org/veilor-os"
DOCUMENTATION_URL="https://github.com/veilor/veilor-os/tree/main/docs" DOCUMENTATION_URL="https://github.com/veilor-org/veilor-os/tree/main/docs"
BUG_REPORT_URL="https://github.com/veilor/veilor-os/issues" BUG_REPORT_URL="https://github.com/veilor-org/veilor-os/issues"
ANSI_COLOR="0;30;47" ANSI_COLOR="0;30;47"
LOGO=veilor-logo LOGO=veilor-logo

View file

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=veilor-os first-boot admin password setup 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 ConditionPathExists=!/var/lib/veilor-firstboot.done
Before=sddm.service display-manager.service Before=sddm.service display-manager.service
After=systemd-user-sessions.service plymouth-quit-wait.service After=systemd-user-sessions.service plymouth-quit-wait.service