diff --git a/gui-wm/niri/niri-9999.ebuild b/gui-wm/niri/niri-9999.ebuild index 8522ac8..a9d4f52 100644 --- a/gui-wm/niri/niri-9999.ebuild +++ b/gui-wm/niri/niri-9999.ebuild @@ -16,11 +16,11 @@ HOMEPAGE="https://github.com/YaLTeR/niri" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/Naxdy/niri.git" + EGIT_REPO_URI="https://github.com/visualglitch91/niri.git" else SRC_URI=" - https://github.com/Naxdy/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/Naxdy/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz + https://github.com/visualglitch91/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/visualglitch91/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz ${CARGO_CRATE_URIS} " KEYWORDS="~amd64"