diff --git a/pkgs/applications/misc/redshift/default.nix b/pkgs/applications/misc/redshift/default.nix index 4071fc01b652..2be33bf0e09f 100644 --- a/pkgs/applications/misc/redshift/default.nix +++ b/pkgs/applications/misc/redshift/default.nix @@ -138,7 +138,7 @@ rec { version = "1.12"; src = fetchFromGitHub { - owner = "jonls"; + owner = "sharpbracket"; repo = "redshift"; rev = "v${version}"; sha256 = "12cb4gaqkybp4bkkns8pam378izr2mwhr2iy04wkprs2v92j7bz6"; diff --git a/pkgs/by-name/pe/pekwm/package.nix b/pkgs/by-name/pe/pekwm/package.nix index 0f3f0dea03d7..9886863460ca 100644 --- a/pkgs/by-name/pe/pekwm/package.nix +++ b/pkgs/by-name/pe/pekwm/package.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: { version = "0.3.2"; src = fetchFromGitHub { - owner = "pekdon"; + owner = "pekwm"; repo = "pekwm"; rev = "release-${finalAttrs.version}"; hash = "sha256-rwvecE9T+/zZg0rRUDl/DEMGH9ZmuvYj/Rz6vzmMv1I="; diff --git a/pkgs/by-name/pg/pgmodeler/package.nix b/pkgs/by-name/pg/pgmodeler/package.nix index 343182f58b4a..f7ceb746b971 100644 --- a/pkgs/by-name/pg/pgmodeler/package.nix +++ b/pkgs/by-name/pg/pgmodeler/package.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: { version = "1.2.3"; src = fetchFromGitHub { - owner = "pgmodeler"; + owner = "nullptrlabs"; repo = "pgmodeler"; rev = "v${finalAttrs.version}"; sha256 = "sha256-WA3EOJm9RrKk7DrzdrpiihW+LhJOvvE2uajGwPCsBIk="; diff --git a/pkgs/by-name/ph/phpantom-lsp/package.nix b/pkgs/by-name/ph/phpantom-lsp/package.nix index f025969d93c8..06c365793f63 100644 --- a/pkgs/by-name/ph/phpantom-lsp/package.nix +++ b/pkgs/by-name/ph/phpantom-lsp/package.nix @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage (finalAttrs: { __structuredAttrs = true; src = fetchFromGitHub { - owner = "AJenbo"; + owner = "PHPantom-dev"; repo = "phpantom_lsp"; tag = finalAttrs.version; hash = "sha256-euWaFH40VHefZewUcKvsLwwHZP+GwfTN8kfuAkaABB8="; @@ -55,9 +55,9 @@ rustPlatform.buildRustPackage (finalAttrs: { }; meta = { - changelog = "https://github.com/AJenbo/phpantom_lsp/releases/tag/${finalAttrs.src.tag}"; + changelog = "https://github.com/PHPantom-dev/phpantom_lsp/releases/tag/${finalAttrs.src.tag}"; description = "Fast, lightweight PHP language server written in Rust"; - homepage = "https://github.com/AJenbo/phpantom_lsp"; + homepage = "https://github.com/PHPantom-dev/phpantom_lsp"; license = lib.licenses.mit; mainProgram = "phpantom_lsp"; maintainers = with lib.maintainers; [ nanoyaki ]; diff --git a/pkgs/by-name/pi/pietrasanta-traceroute/package.nix b/pkgs/by-name/pi/pietrasanta-traceroute/package.nix index a7f5ee3e11b9..512e6e80cf0e 100644 --- a/pkgs/by-name/pi/pietrasanta-traceroute/package.nix +++ b/pkgs/by-name/pi/pietrasanta-traceroute/package.nix @@ -12,7 +12,7 @@ stdenv.mkDerivation (finalAttrs: { src = fetchFromGitHub { owner = "catchpoint"; - repo = "Networking.traceroute"; + repo = "Pietrasanta-traceroute"; rev = "e4a5cf94dccd646e03b9b75a762e9b014e3a3128"; hash = "sha256-5FbuITewgSh6UFUU1vttkokk8uZ2IrzkDwsCuWJPKlM="; }; @@ -31,8 +31,8 @@ stdenv.mkDerivation (finalAttrs: { - Similar QUIC-based traceroute. - Enhanced ToS (DSCP/ECN) field report. ''; - homepage = "https://github.com/catchpoint/Networking.traceroute/"; - changelog = "https://github.com/catchpoint/Networking.traceroute/blob/${finalAttrs.src.rev}/ChangeLog"; + homepage = "https://github.com/catchpoint/Pietrasanta-traceroute/"; + changelog = "https://github.com/catchpoint/Pietrasanta-traceroute/blob/${finalAttrs.src.rev}/ChangeLog"; license = with lib.licenses; [ gpl2Only lgpl21Only diff --git a/pkgs/by-name/pi/pinniped/package.nix b/pkgs/by-name/pi/pinniped/package.nix index f35c573969c3..56714be19d2a 100644 --- a/pkgs/by-name/pi/pinniped/package.nix +++ b/pkgs/by-name/pi/pinniped/package.nix @@ -11,7 +11,7 @@ buildGoModule (finalAttrs: { version = "0.46.0"; src = fetchFromGitHub { - owner = "vmware-tanzu"; + owner = "vmware"; repo = "pinniped"; rev = "v${finalAttrs.version}"; sha256 = "sha256-C7N6iPD4caTUXR6gB+9sdfBlWyT1tfE8KwE5WaiUdQM="; diff --git a/pkgs/by-name/pi/pip-audit/package.nix b/pkgs/by-name/pi/pip-audit/package.nix index 88fd6b3a9153..dbe83aa2a64f 100644 --- a/pkgs/by-name/pi/pip-audit/package.nix +++ b/pkgs/by-name/pi/pip-audit/package.nix @@ -11,7 +11,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { pyproject = true; src = fetchFromGitHub { - owner = "trailofbits"; + owner = "pypa"; repo = "pip-audit"; tag = "v${finalAttrs.version}"; hash = "sha256-+R8X7KIQz6Gm88IigZmMagz5l1eJ2bO8zAUNZqunotI="; @@ -63,7 +63,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { meta = { description = "Tool for scanning Python environments for known vulnerabilities"; - homepage = "https://github.com/trailofbits/pip-audit"; + homepage = "https://github.com/pypa/pip-audit"; changelog = "https://github.com/pypa/pip-audit/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; diff --git a/pkgs/by-name/pl/playerctl/package.nix b/pkgs/by-name/pl/playerctl/package.nix index b51be7163eab..65386de8f42b 100644 --- a/pkgs/by-name/pl/playerctl/package.nix +++ b/pkgs/by-name/pl/playerctl/package.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: { version = "2.4.1"; src = fetchFromGitHub { - owner = "acrisci"; + owner = "altdesktop"; repo = "playerctl"; rev = "v${finalAttrs.version}"; sha256 = "sha256-OiGKUnsKX0ihDRceZoNkcZcEAnz17h2j2QUOSVcxQEY="; @@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Command-line utility and library for controlling media players that implement MPRIS"; - homepage = "https://github.com/acrisci/playerctl"; + homepage = "https://github.com/altdesktop/playerctl"; license = lib.licenses.lgpl3; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ diff --git a/pkgs/by-name/pl/plecost/package.nix b/pkgs/by-name/pl/plecost/package.nix index 8aa8bb14cbf1..14dbd1fe6ce1 100644 --- a/pkgs/by-name/pl/plecost/package.nix +++ b/pkgs/by-name/pl/plecost/package.nix @@ -12,7 +12,7 @@ python3Packages.buildPythonApplication { pyproject = true; src = fetchFromGitHub { - owner = "iniqua"; + owner = "Plecost"; repo = "plecost"; # Release is untagged rev = "4895e345d71bffe956be43530632e303dd379a5f"; @@ -38,7 +38,7 @@ python3Packages.buildPythonApplication { meta = { description = "Vulnerability fingerprinting and vulnerability finder for Wordpress blog engine"; mainProgram = "plecost"; - homepage = "https://github.com/iniqua/plecost"; + homepage = "https://github.com/Plecost/plecost"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ emilytrau ]; }; diff --git a/pkgs/by-name/pm/pms/package.nix b/pkgs/by-name/pm/pms/package.nix index 4a567f89b37e..103c2426379e 100644 --- a/pkgs/by-name/pm/pms/package.nix +++ b/pkgs/by-name/pm/pms/package.nix @@ -9,7 +9,7 @@ buildGoModule { version = "unstable-2022-11-12"; src = fetchFromGitHub { - owner = "ambientsound"; + owner = "kimtore"; repo = "pms"; rev = "40d6e37111293187ab4542c7a64bd73d1b13974f"; sha256 = "sha256-294MiS4c2PO2lFSSRrg8ns7sXzZsEUAqPG3q2z3TRUg="; diff --git a/pkgs/by-name/po/podman/package.nix b/pkgs/by-name/po/podman/package.nix index b660bb611ae8..4e7a4439e355 100644 --- a/pkgs/by-name/po/podman/package.nix +++ b/pkgs/by-name/po/podman/package.nix @@ -45,7 +45,7 @@ buildGoModule (finalAttrs: { version = "5.8.4"; src = fetchFromGitHub { - owner = "containers"; + owner = "podman-container-tools"; repo = "podman"; tag = "v${finalAttrs.version}"; hash = "sha256-zhEtMZVKiv1L72EMlwgz8sHpmvhejGp98oW63aPj+rQ="; @@ -200,7 +200,7 @@ buildGoModule (finalAttrs: { To install on NixOS, please use the option `virtualisation.podman.enable = true`. ''; - changelog = "https://github.com/containers/podman/blob/v${finalAttrs.version}/RELEASE_NOTES.md"; + changelog = "https://github.com/podman-container-tools/podman/blob/v${finalAttrs.version}/RELEASE_NOTES.md"; license = lib.licenses.asl20; teams = [ lib.teams.podman ]; mainProgram = "podman"; diff --git a/pkgs/by-name/pr/pritunl-client/package.nix b/pkgs/by-name/pr/pritunl-client/package.nix index 025c708667c8..fde1d5b3981a 100644 --- a/pkgs/by-name/pr/pritunl-client/package.nix +++ b/pkgs/by-name/pr/pritunl-client/package.nix @@ -24,7 +24,7 @@ let version = "1.3.4275.94"; src = fetchFromGitHub { owner = "pritunl"; - repo = "pritunl-client-electron"; + repo = "pritunl-client"; rev = version; sha256 = "sha256-a1arRI4qQy5niKV8JAyusAjheMa/LtEXPZGhngsH+TU="; }; diff --git a/pkgs/by-name/pr/projecteur/package.nix b/pkgs/by-name/pr/projecteur/package.nix index 5139d991049e..6fbdace61139 100644 --- a/pkgs/by-name/pr/projecteur/package.nix +++ b/pkgs/by-name/pr/projecteur/package.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: { version = "0.10"; src = fetchFromGitHub { - owner = "jahnf"; + owner = "gbin"; repo = "Projecteur"; tag = "v${finalAttrs.version}"; fetchSubmodules = false; @@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Linux/X11 application for the Logitech Spotlight device (and similar devices)"; - homepage = "https://github.com/jahnf/Projecteur"; + homepage = "https://github.com/gbin/Projecteur"; license = lib.licenses.mit; mainProgram = "projecteur"; maintainers = with lib.maintainers; [ diff --git a/pkgs/by-name/pr/prometheus-nginx-exporter/package.nix b/pkgs/by-name/pr/prometheus-nginx-exporter/package.nix index 12d9aa7bd9d2..db4fdd33c93b 100644 --- a/pkgs/by-name/pr/prometheus-nginx-exporter/package.nix +++ b/pkgs/by-name/pr/prometheus-nginx-exporter/package.nix @@ -10,7 +10,7 @@ buildGoModule rec { version = "1.5.1"; src = fetchFromGitHub { - owner = "nginxinc"; + owner = "nginx"; repo = "nginx-prometheus-exporter"; rev = "v${version}"; sha256 = "sha256-BJf5gL+bkT6g28OVhGM29IwuLfFz3HPAo/DZzg5Eoqk="; @@ -36,7 +36,7 @@ buildGoModule rec { meta = { description = "NGINX Prometheus Exporter for NGINX and NGINX Plus"; mainProgram = "nginx-prometheus-exporter"; - homepage = "https://github.com/nginxinc/nginx-prometheus-exporter"; + homepage = "https://github.com/nginx/nginx-prometheus-exporter"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ benley diff --git a/pkgs/by-name/pu/pulseeffects-legacy/package.nix b/pkgs/by-name/pu/pulseeffects-legacy/package.nix index 086b9b150435..2387c2176f17 100644 --- a/pkgs/by-name/pu/pulseeffects-legacy/package.nix +++ b/pkgs/by-name/pu/pulseeffects-legacy/package.nix @@ -52,7 +52,7 @@ stdenv.mkDerivation { src = fetchFromGitHub { owner = "wwmm"; - repo = "pulseeffects"; + repo = "easyeffects"; rev = "fbe0a724c1405cee624802f381476cf003dfcfa"; hash = "sha256-tyVUWc8w08WUnJRTjJVTIiG/YBWTETNYG+4amwEYezY="; }; @@ -109,7 +109,7 @@ stdenv.mkDerivation { meta = { description = "Limiter, compressor, reverberation, equalizer and auto volume effects for Pulseaudio applications"; mainProgram = "pulseeffects"; - homepage = "https://github.com/wwmm/pulseeffects"; + homepage = "https://github.com/wwmm/easyeffects"; license = lib.licenses.gpl3Plus; maintainers = [ ]; platforms = lib.platforms.linux; diff --git a/pkgs/by-name/qr/qrrs/package.nix b/pkgs/by-name/qr/qrrs/package.nix index ec77b7092cff..a2dad7a212b2 100644 --- a/pkgs/by-name/qr/qrrs/package.nix +++ b/pkgs/by-name/qr/qrrs/package.nix @@ -9,7 +9,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "0.1.11"; src = fetchFromGitHub { - owner = "lenivaya"; + owner = "cureforpain"; repo = "qrrs"; rev = "v${finalAttrs.version}"; hash = "sha256-lXfqKMJx9vtljQlYvbUAONFqMO3HKa4hx/29/YERw2U="; @@ -33,7 +33,7 @@ rustPlatform.buildRustPackage (finalAttrs: { maintainers = with lib.maintainers; [ lenivaya ]; description = "CLI QR code generator and reader written in rust"; license = lib.licenses.mit; - homepage = "https://github.com/Lenivaya/qrrs"; + homepage = "https://github.com/cureforpain/qrrs"; mainProgram = "qrrs"; }; }) diff --git a/pkgs/by-name/qu/quark-engine/package.nix b/pkgs/by-name/qu/quark-engine/package.nix index e15223b5c4de..c6cbc28dd058 100644 --- a/pkgs/by-name/qu/quark-engine/package.nix +++ b/pkgs/by-name/qu/quark-engine/package.nix @@ -20,7 +20,7 @@ pythonPackages.buildPythonApplication (finalAttrs: { pyproject = true; src = fetchFromGitHub { - owner = "quark-engine"; + owner = "ev-flow"; repo = "quark-engine"; tag = "v${finalAttrs.version}"; hash = "sha256-DAD37fzswY3c0d+ubOCYImxs4qyD4fhC3m2l0iD977A="; @@ -57,7 +57,7 @@ pythonPackages.buildPythonApplication (finalAttrs: { meta = { description = "Android malware (analysis and scoring) system"; homepage = "https://quark-engine.readthedocs.io/"; - changelog = "https://github.com/quark-engine/quark-engine/releases/tag/${finalAttrs.src.tag}"; + changelog = "https://github.com/ev-flow/quark-engine/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ fab ]; }; diff --git a/pkgs/by-name/qu/quint/package.nix b/pkgs/by-name/qu/quint/package.nix index d05bf63132ad..3a011886acc9 100644 --- a/pkgs/by-name/qu/quint/package.nix +++ b/pkgs/by-name/qu/quint/package.nix @@ -31,7 +31,7 @@ let }; src = fetchFromGitHub { - owner = "informalsystems"; + owner = "quint-co"; repo = "quint"; tag = "v${version}"; hash = "sha256-GTbphBmALx/gDc/iV/wtE1ovpK43VtCQoneN5AqUmvg="; diff --git a/pkgs/by-name/re/release-plz/package.nix b/pkgs/by-name/re/release-plz/package.nix index d9d333fa1e36..4ebff7132025 100644 --- a/pkgs/by-name/re/release-plz/package.nix +++ b/pkgs/by-name/re/release-plz/package.nix @@ -14,7 +14,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "0.3.160"; src = fetchFromGitHub { - owner = "MarcoIeni"; + owner = "release-plz"; repo = "release-plz"; rev = "release-plz-v${finalAttrs.version}"; hash = "sha256-rPYRYAp5grTgASFHKGBdOcO0TvbP7iD+GgL0ZLmHhos="; @@ -45,7 +45,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Publish Rust crates from CI with a Release PR"; homepage = "https://release-plz.ieni.dev"; - changelog = "https://github.com/MarcoIeni/release-plz/blob/release-plz-v${finalAttrs.version}/CHANGELOG.md"; + changelog = "https://github.com/release-plz/release-plz/blob/release-plz-v${finalAttrs.version}/CHANGELOG.md"; license = with lib.licenses; [ asl20 mit diff --git a/pkgs/by-name/re/restish/package.nix b/pkgs/by-name/re/restish/package.nix index 4201f4ae9d40..6cdb5ec81a0c 100644 --- a/pkgs/by-name/re/restish/package.nix +++ b/pkgs/by-name/re/restish/package.nix @@ -19,7 +19,7 @@ buildGoModule (finalAttrs: { __structuredAttrs = true; src = fetchFromGitHub { - owner = "danielgtaylor"; + owner = "rest-sh"; repo = "restish"; tag = "v${finalAttrs.version}"; hash = "sha256-wGchbKSEbzr1vQlYWgUTubA1xQVcxq7iyRUIuWqVL0Y="; @@ -55,7 +55,7 @@ buildGoModule (finalAttrs: { meta = { description = "CLI tool for interacting with REST-ish HTTP APIs"; homepage = "https://rest.sh/"; - changelog = "https://github.com/danielgtaylor/restish/releases/tag/${finalAttrs.src.tag}"; + changelog = "https://github.com/rest-sh/restish/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "restish"; diff --git a/pkgs/by-name/re/resvg/package.nix b/pkgs/by-name/re/resvg/package.nix index 84969b8b7de3..9d53f2483880 100644 --- a/pkgs/by-name/re/resvg/package.nix +++ b/pkgs/by-name/re/resvg/package.nix @@ -9,7 +9,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "0.47.0"; src = fetchFromGitHub { - owner = "RazrFalcon"; + owner = "linebender"; repo = "resvg"; rev = "v${finalAttrs.version}"; hash = "sha256-BCYjVOWFpOZm7ocmfszFpaBxnd96vhf3/yGlvAVRtCw="; @@ -29,8 +29,8 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "SVG rendering library"; - homepage = "https://github.com/RazrFalcon/resvg"; - changelog = "https://github.com/RazrFalcon/resvg/blob/v${finalAttrs.version}/CHANGELOG.md"; + homepage = "https://github.com/linebender/resvg"; + changelog = "https://github.com/linebender/resvg/blob/v${finalAttrs.version}/CHANGELOG.md"; license = lib.licenses.mpl20; maintainers = [ ]; mainProgram = "resvg"; diff --git a/pkgs/by-name/ri/rime-wanxiang/package.nix b/pkgs/by-name/ri/rime-wanxiang/package.nix index 9dfb14148d58..d3a69ea92a8e 100644 --- a/pkgs/by-name/ri/rime-wanxiang/package.nix +++ b/pkgs/by-name/ri/rime-wanxiang/package.nix @@ -11,7 +11,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { src = fetchFromGitHub { owner = "amzxyz"; - repo = "rime_wanxiang"; + repo = "rime-wanxiang"; tag = "v" + finalAttrs.version; hash = "sha256-lSfoL7fX1SYlcgGz24vpgjBq/ixomISnWDuOuPh/0eE="; }; @@ -59,9 +59,9 @@ stdenvNoCC.mkDerivation (finalAttrs: { __include: wanxiang_suggested_default:/ ``` ''; - homepage = "https://github.com/amzxyz/rime_wanxiang"; - downloadPage = "https://github.com/amzxyz/rime_wanxiang/releases"; - changelog = "https://github.com/amzxyz/rime_wanxiang/releases/tag/v${finalAttrs.version}"; + homepage = "https://github.com/amzxyz/rime-wanxiang"; + downloadPage = "https://github.com/amzxyz/rime-wanxiang/releases"; + changelog = "https://github.com/amzxyz/rime-wanxiang/releases/tag/v${finalAttrs.version}"; license = lib.licenses.cc-by-40; maintainers = with lib.maintainers; [ rc-zb ]; platforms = lib.platforms.all; diff --git a/pkgs/by-name/ri/ripunzip/package.nix b/pkgs/by-name/ri/ripunzip/package.nix index 23c2bd4354ef..4468c4a8253c 100644 --- a/pkgs/by-name/ri/ripunzip/package.nix +++ b/pkgs/by-name/ri/ripunzip/package.nix @@ -14,7 +14,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "2.0.4"; src = fetchFromGitHub { - owner = "google"; + owner = "GoogleChrome"; repo = "ripunzip"; rev = "v${finalAttrs.version}"; hash = "sha256-oujRw/4yKNNqLJLTN4wxaOllSUGMu077YgWZkD0DJ4M="; @@ -46,7 +46,7 @@ rustPlatform.buildRustPackage (finalAttrs: { fetchzipWithRipunzip = testers.invalidateFetcherByDrvHash (fetchzip.override { unzip = ripunzip; }) { - url = "https://github.com/google/ripunzip/archive/cb9caa3ba4b0e27a85e165be64c40f1f6dfcc085.zip"; + url = "https://github.com/GoogleChrome/ripunzip/archive/cb9caa3ba4b0e27a85e165be64c40f1f6dfcc085.zip"; hash = "sha256-BoErC5VL3Vpvkx6xJq6J+eUJrBnjVEdTuSo7zh98Jy4="; }; version = testers.testVersion { @@ -57,7 +57,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Tool to unzip files in parallel"; mainProgram = "ripunzip"; - homepage = "https://github.com/google/ripunzip"; + homepage = "https://github.com/GoogleChrome/ripunzip"; license = with lib.licenses; [ mit asl20 diff --git a/pkgs/by-name/ri/riscv-pk/package.nix b/pkgs/by-name/ri/riscv-pk/package.nix index 95d8d77dbe36..595c16a7f379 100644 --- a/pkgs/by-name/ri/riscv-pk/package.nix +++ b/pkgs/by-name/ri/riscv-pk/package.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation { version = "1.0.0-unstable-2024-10-09"; src = fetchFromGitHub { - owner = "riscv"; + owner = "riscv-software-src"; repo = "riscv-pk"; rev = "abadfdc507d5a75b6272dc360e70a80a510c758a"; sha256 = "sha256-02qcj0TAs7g4CSorWWbUzouS6mNthUOSdeocibw5g2A="; @@ -40,7 +40,7 @@ stdenv.mkDerivation { meta = { description = "RISC-V Proxy Kernel and Bootloader"; - homepage = "https://github.com/riscv/riscv-pk"; + homepage = "https://github.com/riscv-software-src/riscv-pk"; license = lib.licenses.bsd3; platforms = lib.platforms.riscv; maintainers = [ lib.maintainers.shlevy ]; diff --git a/pkgs/by-name/ri/risor/package.nix b/pkgs/by-name/ri/risor/package.nix index cd582f7d5ff9..3f3399ec2757 100644 --- a/pkgs/by-name/ri/risor/package.nix +++ b/pkgs/by-name/ri/risor/package.nix @@ -11,7 +11,7 @@ buildGoModule (finalAttrs: { version = "2.1.0"; src = fetchFromGitHub { - owner = "risor-io"; + owner = "deepnoodle-ai"; repo = "risor"; rev = "v${finalAttrs.version}"; hash = "sha256-SXUaSJmtWul4LYRdoxv4lXBB4HHp62xrWbEchI691YY="; @@ -40,8 +40,8 @@ buildGoModule (finalAttrs: { meta = { description = "Fast and flexible scripting for Go developers and DevOps"; mainProgram = "risor"; - homepage = "https://github.com/risor-io/risor"; - changelog = "https://github.com/risor-io/risor/releases/tag/${finalAttrs.src.rev}"; + homepage = "https://github.com/deepnoodle-ai/risor"; + changelog = "https://github.com/deepnoodle-ai/risor/releases/tag/${finalAttrs.src.rev}"; license = lib.licenses.asl20; maintainers = [ ]; }; diff --git a/pkgs/by-name/rm/rmount/package.nix b/pkgs/by-name/rm/rmount/package.nix index de159685a31e..ae2d8312eddd 100644 --- a/pkgs/by-name/rm/rmount/package.nix +++ b/pkgs/by-name/rm/rmount/package.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: { src = fetchFromGitHub { rev = "v${finalAttrs.version}"; - owner = "Luis-Hebendanz"; + owner = "Qubasa"; repo = "rmount"; sha256 = "0j1ayncw1nnmgna7vyx44vwinh4ah1b0l5y8agc7i4s8clbvy3h0"; }; @@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: { ''; meta = { - homepage = "https://github.com/Luis-Hebendanz/rmount"; + homepage = "https://github.com/Qubasa/rmount"; description = "Remote mount utility which parses a json file"; license = lib.licenses.mit; maintainers = [ lib.maintainers.qubasa ]; diff --git a/pkgs/by-name/ro/rofi-systemd/package.nix b/pkgs/by-name/ro/rofi-systemd/package.nix index b0761a48eef3..b99966edcb62 100644 --- a/pkgs/by-name/ro/rofi-systemd/package.nix +++ b/pkgs/by-name/ro/rofi-systemd/package.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { version = "1.1.0"; src = fetchFromGitHub { - owner = "IvanMalison"; + owner = "colonelpanic8"; repo = "rofi-systemd"; tag = "v${version}"; sha256 = "1zwbw119mblp5b6dj4h92fi0y2ymimlgh4bawi5ks2051hpq6c1a"; @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { meta = { description = "Control your systemd units using rofi"; - homepage = "https://github.com/IvanMalison/rofi-systemd"; + homepage = "https://github.com/colonelpanic8/rofi-systemd"; maintainers = with lib.maintainers; [ imalison ]; license = lib.licenses.gpl3; platforms = with lib.platforms; linux; diff --git a/pkgs/by-name/ru/ruplacer/package.nix b/pkgs/by-name/ru/ruplacer/package.nix index 02f5d541eb69..ff8dbe326299 100644 --- a/pkgs/by-name/ru/ruplacer/package.nix +++ b/pkgs/by-name/ru/ruplacer/package.nix @@ -9,7 +9,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "0.10.0"; src = fetchFromGitHub { - owner = "TankerHQ"; + owner = "your-tools"; repo = "ruplacer"; rev = "v${finalAttrs.version}"; sha256 = "sha256-Zvbb9pQpxbJZi0qcDU6f2jEgavl9cA7gIYU7NRXZ9fc="; @@ -20,7 +20,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Find and replace text in source files"; mainProgram = "ruplacer"; - homepage = "https://github.com/TankerHQ/ruplacer"; + homepage = "https://github.com/your-tools/ruplacer"; license = lib.licenses.bsd3; }; }) diff --git a/pkgs/by-name/ru/rustcast/package.nix b/pkgs/by-name/ru/rustcast/package.nix index e8da09e7e8db..eb58cd847704 100644 --- a/pkgs/by-name/ru/rustcast/package.nix +++ b/pkgs/by-name/ru/rustcast/package.nix @@ -10,7 +10,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "0.5.6"; src = fetchFromGitHub { - owner = "unsecretised"; + owner = "MystikoLab"; repo = "rustcast"; tag = "v${finalAttrs.version}"; hash = "sha256-88vg+xdASskbYwLbEPGmHf8P1PL4PihJDXT1ua/cfCQ="; @@ -25,9 +25,9 @@ rustPlatform.buildRustPackage (finalAttrs: { passthru.updateScript = nix-update-script { }; meta = { - changelog = "https://github.com/unsecretised/rustcast/releases/tag/v${finalAttrs.version}"; + changelog = "https://github.com/MystikoLab/rustcast/releases/tag/v${finalAttrs.version}"; description = "Modern Spotlight Alternative made opensource"; - homepage = "https://github.com/unsecretised/rustcast"; + homepage = "https://github.com/MystikoLab/rustcast"; license = lib.licenses.mit; platforms = lib.platforms.darwin; maintainers = with lib.maintainers; [ eveeifyeve ]; diff --git a/pkgs/by-name/ru/rustscan/package.nix b/pkgs/by-name/ru/rustscan/package.nix index 477232599625..361b6fa5d5c7 100644 --- a/pkgs/by-name/ru/rustscan/package.nix +++ b/pkgs/by-name/ru/rustscan/package.nix @@ -12,7 +12,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "2.4.1"; src = fetchFromGitHub { - owner = "RustScan"; + owner = "bee-san"; repo = "RustScan"; tag = finalAttrs.version; hash = "sha256-+qPSeDpOeCq+KwZb5ANXx6z+pYbgdT1hVgcrSzxyGp0="; @@ -41,8 +41,8 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Faster Nmap Scanning with Rust"; - homepage = "https://github.com/RustScan/RustScan"; - changelog = "https://github.com/RustScan/RustScan/releases/tag/${finalAttrs.version}"; + homepage = "https://github.com/bee-san/RustScan"; + changelog = "https://github.com/bee-san/RustScan/releases/tag/${finalAttrs.version}"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ bodier123 ]; mainProgram = "rustscan"; diff --git a/pkgs/by-name/ry/rye/package.nix b/pkgs/by-name/ry/rye/package.nix index ccbb6fb43b13..64886fce6883 100644 --- a/pkgs/by-name/ry/rye/package.nix +++ b/pkgs/by-name/ry/rye/package.nix @@ -23,7 +23,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "0.44.0"; src = fetchFromGitHub { - owner = "mitsuhiko"; + owner = "astral-sh"; repo = "rye"; tag = finalAttrs.version; hash = "sha256-K9xad5Odza0Oxz49yMJjqpfh3cCgmWnbAlv069fHV6Q="; @@ -101,8 +101,8 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Tool to easily manage python dependencies and environments"; - homepage = "https://github.com/mitsuhiko/rye"; - changelog = "https://github.com/mitsuhiko/rye/releases/tag/${finalAttrs.version}"; + homepage = "https://github.com/astral-sh/rye"; + changelog = "https://github.com/astral-sh/rye/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ GaetanLepage ]; mainProgram = "rye"; diff --git a/pkgs/by-name/sa/safe/package.nix b/pkgs/by-name/sa/safe/package.nix index e571a8be4c94..219f601b7134 100644 --- a/pkgs/by-name/sa/safe/package.nix +++ b/pkgs/by-name/sa/safe/package.nix @@ -9,7 +9,7 @@ buildGoModule (finalAttrs: { version = "1.8.0"; src = fetchFromGitHub { - owner = "starkandwayne"; + owner = "egen"; repo = "safe"; rev = "v${finalAttrs.version}"; sha256 = "sha256-sg0RyZ5HpYu7M11bNy17Sjxm7C3pkQX3I17edbALuvU="; @@ -26,7 +26,7 @@ buildGoModule (finalAttrs: { meta = { description = "Vault CLI"; mainProgram = "safe"; - homepage = "https://github.com/starkandwayne/safe"; + homepage = "https://github.com/egen/safe"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ eonpatapon ]; }; diff --git a/pkgs/by-name/sa/satty/package.nix b/pkgs/by-name/sa/satty/package.nix index 0862e4efc40f..10a039fe384d 100644 --- a/pkgs/by-name/sa/satty/package.nix +++ b/pkgs/by-name/sa/satty/package.nix @@ -20,7 +20,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "0.21.1"; src = fetchFromGitHub { - owner = "gabm"; + owner = "Satty-org"; repo = "Satty"; rev = "v${finalAttrs.version}"; hash = "sha256-pD91+MbieZ5/YoUR0lcKnJ9bA1fn7I97NbnIwm/kL7E="; @@ -60,7 +60,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Screenshot annotation tool inspired by Swappy and Flameshot"; - homepage = "https://github.com/gabm/Satty"; + homepage = "https://github.com/Satty-org/Satty"; license = lib.licenses.mpl20; maintainers = with lib.maintainers; [ pinpox diff --git a/pkgs/by-name/sa/saunafs/package.nix b/pkgs/by-name/sa/saunafs/package.nix index fa46b8ef970f..d3a3f9ed3543 100644 --- a/pkgs/by-name/sa/saunafs/package.nix +++ b/pkgs/by-name/sa/saunafs/package.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: { src = fetchFromGitHub { owner = "leil-io"; - repo = "saunafs"; + repo = "leilfs"; rev = "v${finalAttrs.version}"; hash = "sha256-73d8FG/qOTF0nYKETFl0YTXkyd5NuTRh9pr9uNR3i9o="; }; diff --git a/pkgs/by-name/sa/savepagenow/package.nix b/pkgs/by-name/sa/savepagenow/package.nix index 4a7f20ade31e..ebdf2b1b1f47 100644 --- a/pkgs/by-name/sa/savepagenow/package.nix +++ b/pkgs/by-name/sa/savepagenow/package.nix @@ -10,7 +10,7 @@ python3Packages.buildPythonApplication (finalAttrs: { pyproject = true; src = fetchFromGitHub { - owner = "pastpages"; + owner = "palewire"; repo = "savepagenow"; tag = finalAttrs.version; sha256 = "sha256-ztM1g71g8SN1LTyFF7sxaLhC3+nVsC9fJwfYPjkUsdE="; @@ -30,7 +30,7 @@ python3Packages.buildPythonApplication (finalAttrs: { meta = { description = "Simple Python wrapper for archive.org's \"Save Page Now\" capturing service"; - homepage = "https://github.com/pastpages/savepagenow"; + homepage = "https://github.com/palewire/savepagenow"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ SuperSandro2000 ]; mainProgram = "savepagenow"; diff --git a/pkgs/by-name/sb/sbt-extras/package.nix b/pkgs/by-name/sb/sbt-extras/package.nix index 8d5200bbd9a4..a85f32a1b5cc 100644 --- a/pkgs/by-name/sb/sbt-extras/package.nix +++ b/pkgs/by-name/sb/sbt-extras/package.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation rec { version = "2025-08-25"; src = fetchFromGitHub { - owner = "paulp"; + owner = "dwijnand"; repo = "sbt-extras"; inherit rev; sha256 = "UlxZsCi4EdcHvGwatQm1sPyamfcqJs9o8qo2HWLedQw="; @@ -84,7 +84,7 @@ stdenv.mkDerivation rec { meta = { description = "More featureful runner for sbt, the simple/scala/standard build tool"; - homepage = "https://github.com/paulp/sbt-extras"; + homepage = "https://github.com/dwijnand/sbt-extras"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ puffnfresh diff --git a/pkgs/by-name/sc/scip-go/package.nix b/pkgs/by-name/sc/scip-go/package.nix index 92cf58587847..9feb7c526683 100644 --- a/pkgs/by-name/sc/scip-go/package.nix +++ b/pkgs/by-name/sc/scip-go/package.nix @@ -9,7 +9,7 @@ buildGoModule (finalAttrs: { version = "0.2.7"; src = fetchFromGitHub { - owner = "sourcegraph"; + owner = "scip-code"; repo = "scip-go"; rev = "v${finalAttrs.version}"; hash = "sha256-Him9V4+cXxQxG6a3L960rXEhxJYKl7n8mRlRK2PeMIg="; @@ -26,7 +26,7 @@ buildGoModule (finalAttrs: { meta = { description = "SCIP (SCIP Code Intelligence Protocol) indexer for Golang"; - homepage = "https://github.com/sourcegraph/scip-go/tree/v${finalAttrs.version}"; + homepage = "https://github.com/scip-code/scip-go/tree/v${finalAttrs.version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ arikgrahl ]; mainProgram = "scip-go"; diff --git a/pkgs/by-name/sc/scope-lite/package.nix b/pkgs/by-name/sc/scope-lite/package.nix index be48383fab83..2a12fa7c18c3 100644 --- a/pkgs/by-name/sc/scope-lite/package.nix +++ b/pkgs/by-name/sc/scope-lite/package.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation (finalAttrs: { version = "0.3.0"; src = fetchFromGitHub { - owner = "martinmoene"; + owner = "nonstd-lite"; repo = "scope-lite"; tag = "v${finalAttrs.version}"; hash = "sha256-EZ+bBnMPpgATANa+al5SnVEfUFYc0TkaPTLNHD6zcWU="; @@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource"; license = lib.licenses.boost; maintainers = [ lib.maintainers.shlevy ]; - homepage = "https://github.com/martinmoene/scope-lite"; + homepage = "https://github.com/nonstd-lite/scope-lite"; platforms = lib.platforms.all; }; }) diff --git a/pkgs/by-name/sc/screen-pipe/package.nix b/pkgs/by-name/sc/screen-pipe/package.nix index af91d02edaef..c19dfb46cd01 100644 --- a/pkgs/by-name/sc/screen-pipe/package.nix +++ b/pkgs/by-name/sc/screen-pipe/package.nix @@ -17,8 +17,8 @@ rustPlatform.buildRustPackage rec { version = "0.1.48"; src = fetchFromGitHub { - owner = "louis030195"; - repo = "screen-pipe"; + owner = "screenpipe"; + repo = "screenpipe"; rev = "v${version}"; hash = "sha256-rWKRCqWFuPO84C52mMrrS4euD6XdJU8kqZsAz28+vWE="; }; @@ -64,7 +64,7 @@ rustPlatform.buildRustPackage rec { # Marked broken 2025-11-28 because it has failed on Hydra for at least one year. broken = true; description = "Personalized AI powered by what you've seen, said, or heard"; - homepage = "https://github.com/louis030195/screen-pipe"; + homepage = "https://github.com/screenpipe/screenpipe"; license = lib.licenses.mit; maintainers = [ ]; mainProgram = "screen-pipe"; diff --git a/pkgs/by-name/sd/sdate/package.nix b/pkgs/by-name/sd/sdate/package.nix index 068d3bacb1bf..54139b7a0a71 100644 --- a/pkgs/by-name/sd/sdate/package.nix +++ b/pkgs/by-name/sd/sdate/package.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation (finalAttrs: { version = "0.7"; src = fetchFromGitHub { - owner = "ChristophBerg"; + owner = "df7cb"; repo = "sdate"; rev = finalAttrs.version; hash = "sha256-jkwe+bSBa0p1Xzfetsdpw0RYw/gSRxnY2jBOzC5HtJ8="; diff --git a/pkgs/by-name/sh/shadowfox/package.nix b/pkgs/by-name/sh/shadowfox/package.nix index f9f9b4d4fd4f..3f1362c36a1b 100644 --- a/pkgs/by-name/sh/shadowfox/package.nix +++ b/pkgs/by-name/sh/shadowfox/package.nix @@ -10,7 +10,7 @@ buildGoModule (finalAttrs: { version = "2.2.0"; src = fetchFromGitHub { - owner = "SrKomodo"; + owner = "arguablykomodo"; repo = "shadowfox-updater"; rev = "v${finalAttrs.version}"; sha256 = "125mw70jidbp436arhv77201jdp6mpgqa2dzmrpmk55f9bf29sg6"; diff --git a/pkgs/by-name/sh/shepherd/package.nix b/pkgs/by-name/sh/shepherd/package.nix index f4fbd6810b17..ec50bff67c16 100644 --- a/pkgs/by-name/sh/shepherd/package.nix +++ b/pkgs/by-name/sh/shepherd/package.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: { version = "1.16.0"; src = fetchFromGitHub { - owner = "NerdWalletOSS"; + owner = "shepherd-tools"; repo = "shepherd"; rev = "v${finalAttrs.version}"; hash = "sha256-LY8Vde4YpGuKnQ5UnSOpsQDY7AOyZRziUrfZb5dRiX4="; @@ -67,9 +67,9 @@ stdenv.mkDerivation (finalAttrs: { ''; meta = { - changelog = "https://github.com/NerdWalletOSS/shepherd/blob/${finalAttrs.src.rev}/CHANGELOG.md"; + changelog = "https://github.com/shepherd-tools/shepherd/blob/${finalAttrs.src.rev}/CHANGELOG.md"; description = "Utility for applying code changes across many repositories"; - homepage = "https://github.com/NerdWalletOSS/shepherd"; + homepage = "https://github.com/shepherd-tools/shepherd"; license = lib.licenses.asl20; mainProgram = "shepherd"; maintainers = with lib.maintainers; [ dbirks ]; diff --git a/pkgs/development/python-modules/pinboard/default.nix b/pkgs/development/python-modules/pinboard/default.nix index 95fa46176602..5284a79ff651 100644 --- a/pkgs/development/python-modules/pinboard/default.nix +++ b/pkgs/development/python-modules/pinboard/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "lionheart"; - repo = "pinboard"; + repo = "pinboard.py"; rev = version; sha256 = "sha256-+JWr2QmdqASK/X10U0ZOZ95K2ctWceSW167raxZjIW4="; }; diff --git a/pkgs/development/python-modules/plover/4.nix b/pkgs/development/python-modules/plover/4.nix index faab089fdc09..2abee7903a86 100644 --- a/pkgs/development/python-modules/plover/4.nix +++ b/pkgs/development/python-modules/plover/4.nix @@ -29,7 +29,7 @@ buildPythonPackage (finalAttrs: { pyproject = true; src = fetchFromGitHub { - owner = "openstenoproject"; + owner = "opensteno"; repo = "plover"; tag = "v${finalAttrs.version}"; hash = "sha256-VpQT25bl8yPG4J9IwLkhSkBt31Y8BgPJdwa88WlreA8="; diff --git a/pkgs/development/python-modules/plover/5.nix b/pkgs/development/python-modules/plover/5.nix index 744c759eef75..f3e628bbb962 100644 --- a/pkgs/development/python-modules/plover/5.nix +++ b/pkgs/development/python-modules/plover/5.nix @@ -58,7 +58,7 @@ buildPythonPackage (finalAttrs: { pyproject = true; src = fetchFromGitHub { - owner = "openstenoproject"; + owner = "opensteno"; repo = "plover"; tag = "v${finalAttrs.version}"; hash = "sha256-qaEuzPVqh+e3qq778VdUaRufGzOx9HyUnygIbA0+6kw="; diff --git a/pkgs/development/python-modules/pyinfra/default.nix b/pkgs/development/python-modules/pyinfra/default.nix index 55893eabc8c3..0373af560e9f 100644 --- a/pkgs/development/python-modules/pyinfra/default.nix +++ b/pkgs/development/python-modules/pyinfra/default.nix @@ -34,7 +34,7 @@ buildPythonPackage (finalAttrs: { __structuredAttrs = true; src = fetchFromGitHub { - owner = "Fizzadar"; + owner = "pyinfra-dev"; repo = "pyinfra"; tag = "v${finalAttrs.version}"; hash = "sha256-5qgPfBtPqysEtNCLFAgGAxlVK/CRH9VYmiC/98VWomI="; @@ -86,7 +86,7 @@ buildPythonPackage (finalAttrs: { ''; homepage = "https://pyinfra.com"; downloadPage = "https://pyinfra.com/Fizzadar/pyinfra/releases"; - changelog = "https://github.com/Fizzadar/pyinfra/blob/${finalAttrs.src.tag}/CHANGELOG.md"; + changelog = "https://github.com/pyinfra-dev/pyinfra/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ robsliwi diff --git a/pkgs/development/python-modules/python-matter-server/default.nix b/pkgs/development/python-modules/python-matter-server/default.nix index 9c7dbb880a18..aa281e827af9 100644 --- a/pkgs/development/python-modules/python-matter-server/default.nix +++ b/pkgs/development/python-modules/python-matter-server/default.nix @@ -37,7 +37,7 @@ let version = "8.1.2"; src = fetchFromGitHub { - owner = "home-assistant-libs"; + owner = "matter-js"; repo = "python-matter-server"; tag = version; hash = "sha256-vnI57h/aesnaDYorq1PzcMCLmV0z0ZBJvMg4Nzh1Dtc="; @@ -155,10 +155,10 @@ buildPythonPackage rec { env.dontCheckPythonMetadata = true; meta = { - changelog = "https://github.com/home-assistant-libs/python-matter-server/releases/tag/${src.tag}"; + changelog = "https://github.com/matter-js/python-matter-server/releases/tag/${src.tag}"; description = "Python server to interact with Matter"; mainProgram = "matter-server"; - homepage = "https://github.com/home-assistant-libs/python-matter-server"; + homepage = "https://github.com/matter-js/python-matter-server"; license = lib.licenses.asl20; teams = [ lib.teams.home-assistant ]; }; diff --git a/pkgs/development/tools/analysis/radare2/default.nix b/pkgs/development/tools/analysis/radare2/default.nix index 2a5f4b29e7ed..7bce5fb9fd62 100644 --- a/pkgs/development/tools/analysis/radare2/default.nix +++ b/pkgs/development/tools/analysis/radare2/default.nix @@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: { version = "6.1.8"; src = fetchFromGitHub { - owner = "radare"; + owner = "radareorg"; repo = "radare2"; tag = finalAttrs.version; hash = "sha256-Gh+W0vWsIscbew1u5cuOXWC20azCxYuA7D+qVTkfEN0="; diff --git a/pkgs/development/tools/replay-io/default.nix b/pkgs/development/tools/replay-io/default.nix index 1dec67697ee7..8cd854915018 100644 --- a/pkgs/development/tools/replay-io/default.nix +++ b/pkgs/development/tools/replay-io/default.nix @@ -136,7 +136,7 @@ rec { pname = "replay-node-cli"; version = "0.1.7-" + builtins.head (builtins.match ".*/linux-node-(.*)" metadata.replay-node.url); src = fetchFromGitHub { - owner = "RecordReplay"; + owner = "replayio"; repo = "replay-node-cli"; rev = "5269c8b8e7c5c7a9618a68f883d19c11a68be837"; sha256 = "04d22q3dvs9vxpb9ps64pdxq9ziwgvnzdgsn6p9p0lzjagh0f5n0";