diff --git a/app-admin/locksmith/locksmith-9999.ebuild b/app-admin/locksmith/locksmith-9999.ebuild index ebc83529133..09c93c825f9 100644 --- a/app-admin/locksmith/locksmith-9999.ebuild +++ b/app-admin/locksmith/locksmith-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 CROS_WORKON_PROJECT="flatcar-linux/locksmith" CROS_WORKON_LOCALNAME="locksmith" CROS_WORKON_REPO="https://github.com" -COREOS_GO_PACKAGE="github.com/flatcar-linux/locksmith" +COREOS_GO_PACKAGE="github.com/flatcar/locksmith" inherit cros-workon systemd coreos-go if [[ "${PV}" == 9999 ]]; then diff --git a/app-admin/toolbox/toolbox-9999.ebuild b/app-admin/toolbox/toolbox-9999.ebuild index 15ae71dda79..e41438b03ef 100644 --- a/app-admin/toolbox/toolbox-9999.ebuild +++ b/app-admin/toolbox/toolbox-9999.ebuild @@ -16,7 +16,7 @@ fi inherit cros-workon DESCRIPTION="toolbox" -HOMEPAGE="https://github.com/flatcar-linux/toolbox" +HOMEPAGE="https://github.com/flatcar/toolbox" SRC_URI="" LICENSE="Apache-2.0" diff --git a/app-arch/torcx/torcx-9999.ebuild b/app-arch/torcx/torcx-9999.ebuild index 0082fbe3b1d..6cf1ba05ff9 100644 --- a/app-arch/torcx/torcx-9999.ebuild +++ b/app-arch/torcx/torcx-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 CROS_WORKON_PROJECT="flatcar-linux/torcx" CROS_WORKON_LOCALNAME="torcx" CROS_WORKON_REPO="https://github.com" -COREOS_GO_PACKAGE="github.com/flatcar-linux/torcx" +COREOS_GO_PACKAGE="github.com/flatcar/torcx" COREOS_GO_GO111MODULE="off" if [[ "${PV}" == 9999 ]]; then @@ -18,7 +18,7 @@ fi inherit coreos-go cros-workon systemd DESCRIPTION="torcx is a boot-time addon manager for immutable systems" -HOMEPAGE="https://github.com/flatcar-linux/torcx" +HOMEPAGE="https://github.com/flatcar/torcx" LICENSE="Apache-2.0" SLOT="0" diff --git a/coreos-base/emerge-gitclone/emerge-gitclone-9999.ebuild b/coreos-base/emerge-gitclone/emerge-gitclone-9999.ebuild index c5ddbe77509..5a23af24cc6 100644 --- a/coreos-base/emerge-gitclone/emerge-gitclone-9999.ebuild +++ b/coreos-base/emerge-gitclone/emerge-gitclone-9999.ebuild @@ -19,7 +19,7 @@ PYTHON_COMPAT=( python3_{6..10} ) inherit cros-workon python-single-r1 DESCRIPTION="emerge utilities for Flatcar developer images" -HOMEPAGE="https://github.com/flatcar-linux/flatcar-dev-util/" +HOMEPAGE="https://github.com/flatcar/flatcar-dev-util/" LICENSE="GPL-2" SLOT="0" diff --git a/coreos-base/oem-vmware/oem-vmware-12.1.0.ebuild b/coreos-base/oem-vmware/oem-vmware-12.1.0.ebuild index 6b09b72c9f0..357d9cdd080 100644 --- a/coreos-base/oem-vmware/oem-vmware-12.1.0.ebuild +++ b/coreos-base/oem-vmware/oem-vmware-12.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="OEM suite for VMware" -HOMEPAGE="https://github.com/flatcar-linux/coreos-overlay/tree/main/coreos-base" +HOMEPAGE="https://github.com/flatcar/coreos-overlay/tree/main/coreos-base" SRC_URI="" LICENSE="Apache-2.0" diff --git a/coreos-base/update-ssh-keys/update-ssh-keys-9999.ebuild b/coreos-base/update-ssh-keys/update-ssh-keys-9999.ebuild index 935164ef8d6..e22058277b6 100644 --- a/coreos-base/update-ssh-keys/update-ssh-keys-9999.ebuild +++ b/coreos-base/update-ssh-keys/update-ssh-keys-9999.ebuild @@ -52,7 +52,7 @@ winapi-x86_64-pc-windows-gnu-0.4.0 inherit coreos-cargo cros-workon DESCRIPTION="Utility for managing OpenSSH authorized public keys" -HOMEPAGE="https://github.com/flatcar-linux/update-ssh-keys" +HOMEPAGE="https://github.com/flatcar/update-ssh-keys" SRC_URI="$(cargo_crate_uris ${CRATES})" LICENSE="Apache-2.0" diff --git a/profiles/coreos/base/profile.bashrc.slsa-provenance b/profiles/coreos/base/profile.bashrc.slsa-provenance index f6eb9ad981b..79cc891edfb 100644 --- a/profiles/coreos/base/profile.bashrc.slsa-provenance +++ b/profiles/coreos/base/profile.bashrc.slsa-provenance @@ -67,7 +67,7 @@ __slsa_provenance_materials() { # The ebuild. Since "configSource" in "invocation" cannot have more than one (top/level) entry # we add the ebuild and git repo checksum here, as a material. csum="$(cat "/mnt/host/source/src/scripts/.git/modules/sdk_container/src/third_party/${repo}/HEAD")" - uri="git+https://github.com/flatcar-linux/${repo}.git@${csum}#${ebuild}" + uri="git+https://github.com/flatcar/${repo}.git@${csum}#${ebuild}" echo -e " { \"uri\": \"${uri}\"," echo -n " \"digest\": {\"sha1\":\"${ebuildcsum}\"} }" @@ -115,7 +115,7 @@ __slsa_provenance_materials() { # Patches / files shipped with the ebuild (if any) csum="$(cat "/mnt/host/source/src/scripts/.git/modules/sdk_container/src/third_party/${repo}/HEAD")" - uri="git+https://github.com/flatcar-linux/${repo}.git@${csum}#${CATEGORY}/${PN}/files" + uri="git+https://github.com/flatcar/${repo}.git@${csum}#${CATEGORY}/${PN}/files" if [ -d "${FILESDIR}" ] ; then for file in $(cd "$FILESDIR" && find . -type f | sed 's:^./::') ; do csum="$(sha1sum - <"${FILESDIR}/${file}")" @@ -155,7 +155,7 @@ cat <