From 4773f866b77bf38453363e0b38d3d7acdc57bd71 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:06:36 +0200 Subject: [PATCH 01/53] above: update GitHub owner name --- pkgs/by-name/ab/above/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ab/above/package.nix b/pkgs/by-name/ab/above/package.nix index 2a09ad9fcc7c..1a5d95995d58 100644 --- a/pkgs/by-name/ab/above/package.nix +++ b/pkgs/by-name/ab/above/package.nix @@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { pyproject = true; src = fetchFromGitHub { - owner = "casterbyte"; + owner = "caster0x00"; repo = "Above"; tag = "v${finalAttrs.version}"; hash = "sha256-wyXWGfthzJeHZoJe4OKe9k2BIwLae/aOUtiJpT4SfHw="; @@ -28,8 +28,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: { meta = { description = "Invisible network protocol sniffer"; - homepage = "https://github.com/casterbyte/Above"; - changelog = "https://github.com/casterbyte/Above/releases/tag/${finalAttrs.src.tag}"; + homepage = "https://github.com/caster0x00/Above"; + changelog = "https://github.com/caster0x00/Above/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; mainProgram = "above"; From 539d7fd4d38258364165936160de68034bbc5bd7 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:07:17 +0200 Subject: [PATCH 02/53] ad-miner: update GitHub owner name --- pkgs/by-name/ad/ad-miner/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ad/ad-miner/package.nix b/pkgs/by-name/ad/ad-miner/package.nix index a83f2e28e26a..6da0013935f9 100644 --- a/pkgs/by-name/ad/ad-miner/package.nix +++ b/pkgs/by-name/ad/ad-miner/package.nix @@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { pyproject = true; src = fetchFromGitHub { - owner = "Mazars-Tech"; + owner = "AD-Security"; repo = "AD_Miner"; tag = "v${finalAttrs.version}"; hash = "sha256-iI7jiENPYCIVJnIG/M4ft4dkR2Ja21gzR+ISeyZvUEo="; @@ -35,8 +35,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: { meta = { description = "Active Directory audit tool that leverages cypher queries to crunch data from Bloodhound"; - homepage = "https://github.com/Mazars-Tech/AD_Miner"; - changelog = "https://github.com/Mazars-Tech/AD_Miner/blob/${finalAttrs.src.tag}/CHANGELOG.md"; + homepage = "https://github.com/AD-Security/AD_Miner"; + changelog = "https://github.com/AD-Security/AD_Miner/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ fab ]; mainProgram = "AD-miner"; From 89d1a74ba4be44aefd3302e64cc4c18dd503100c Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:07:46 +0200 Subject: [PATCH 03/53] adreaper: update GitHub owner name --- pkgs/by-name/ad/adreaper/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ad/adreaper/package.nix b/pkgs/by-name/ad/adreaper/package.nix index 796de3c530e4..806fd1a78eda 100644 --- a/pkgs/by-name/ad/adreaper/package.nix +++ b/pkgs/by-name/ad/adreaper/package.nix @@ -10,7 +10,7 @@ buildGoModule (finalAttrs: { version = "1.1"; src = fetchFromGitHub { - owner = "AidenPearce369"; + owner = "m0n1x90"; repo = "ADReaper"; rev = "ADReaperv${finalAttrs.version}"; sha256 = "sha256-+FCb5TV9MUcRyex2M4rn2RhcIsXQFbtm1T4r7MpcRQs="; @@ -24,8 +24,8 @@ buildGoModule (finalAttrs: { meta = { description = "Enumeration tool for Windows Active Directories"; - homepage = "https://github.com/AidenPearce369/ADReaper"; - changelog = "https://github.com/AidenPearce369/ADReaper/releases/tag/ADReaperv${finalAttrs.version}"; + homepage = "https://github.com/m0n1x90/ADReaper"; + changelog = "https://github.com/m0n1x90/ADReaper/releases/tag/ADReaperv${finalAttrs.version}"; # Upstream doesn't have a license yet # https://github.com/AidenPearce369/ADReaper/issues/2 license = with lib.licenses; [ unfree ]; From c3611c162a5e2306e950311e3da142b4ee928757 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:08:25 +0200 Subject: [PATCH 04/53] aldente: update GitHub owner name --- pkgs/by-name/al/aldente/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/al/aldente/package.nix b/pkgs/by-name/al/aldente/package.nix index 548ce892bcca..6d41225a7fde 100644 --- a/pkgs/by-name/al/aldente/package.nix +++ b/pkgs/by-name/al/aldente/package.nix @@ -37,7 +37,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { meta = { description = "macOS tool to limit maximum charging percentage"; homepage = "https://apphousekitchen.com"; - changelog = "https://github.com/davidwernhart/aldente-charge-limiter/releases/tag/${finalAttrs.version}"; + changelog = "https://github.com/AppHouseKitchen/AlDente-Battery_Care_and_Monitoring/releases/tag/${finalAttrs.version}"; license = lib.licenses.unfree; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; maintainers = with lib.maintainers; [ stepbrobd ]; From f11544689fa3626f1e8af28aa084ecac21727c00 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:10:10 +0200 Subject: [PATCH 05/53] ameba-ls: update GitHub owner name --- pkgs/by-name/am/ameba-ls/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/am/ameba-ls/package.nix b/pkgs/by-name/am/ameba-ls/package.nix index 80abfec72dfe..dffc19c77281 100644 --- a/pkgs/by-name/am/ameba-ls/package.nix +++ b/pkgs/by-name/am/ameba-ls/package.nix @@ -14,7 +14,7 @@ crystal.buildCrystalPackage rec { version = "0.1.0"; src = fetchFromGitHub { - owner = "crystal-lang-tools"; + owner = "crystal-ameba"; repo = "ameba-ls"; tag = "v${version}"; hash = "sha256-TEHjR+34wrq24XJNLhWZCEzcDEMDlmUHv0iiF4Z6JlI="; @@ -47,8 +47,8 @@ crystal.buildCrystalPackage rec { meta = { description = "Crystal language server powered by Ameba linter"; - homepage = "https://github.com/crystal-lang-tools/ameba-ls"; - changelog = "https://github.com/crystal-lang-tools/ameba-ls/blob/v${version}/CHANGELOG.md"; + homepage = "https://github.com/crystal-ameba/ameba-ls"; + changelog = "https://github.com/crystal-ameba/ameba-ls/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ From a1e8e9a9e05406fbca4c47eca0f1fef1e7355fa7 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:10:43 +0200 Subject: [PATCH 06/53] amfora: update GitHub owner name --- pkgs/by-name/am/amfora/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/am/amfora/package.nix b/pkgs/by-name/am/amfora/package.nix index 9b9c99778e3c..6733bff81d39 100644 --- a/pkgs/by-name/am/amfora/package.nix +++ b/pkgs/by-name/am/amfora/package.nix @@ -10,7 +10,7 @@ buildGoModule (finalAttrs: { version = "1.11.0"; src = fetchFromGitHub { - owner = "makeworld-the-better-one"; + owner = "makew0rld"; repo = "amfora"; tag = "v${finalAttrs.version}"; hash = "sha256-6nY/wVqhSm+ZLA8ktrgmxoYiHK1r96aNbSf8+1YMXf8="; @@ -26,9 +26,9 @@ buildGoModule (finalAttrs: { meta = { description = "Fancy terminal browser for the Gemini protocol"; mainProgram = "amfora"; - homepage = "https://github.com/makeworld-the-better-one/amfora"; + homepage = "https://github.com/makew0rld/amfora"; license = with lib.licenses; [ gpl3 ]; maintainers = with lib.maintainers; [ deifactor ]; - changelog = "https://github.com/makeworld-the-better-one/amfora/blob/v${finalAttrs.version}/CHANGELOG.md"; + changelog = "https://github.com/makew0rld/amfora/blob/v${finalAttrs.version}/CHANGELOG.md"; }; }) From ee69d8fc43fc645e4a2cae1a993920bbcfa93013 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:13:30 +0200 Subject: [PATCH 07/53] asccli: update GitHub owner name --- pkgs/by-name/as/asccli/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/as/asccli/package.nix b/pkgs/by-name/as/asccli/package.nix index b0d25cb42703..650d1ffeba88 100644 --- a/pkgs/by-name/as/asccli/package.nix +++ b/pkgs/by-name/as/asccli/package.nix @@ -11,7 +11,7 @@ buildGoModule (finalAttrs: { version = "1.2.5"; src = fetchFromGitHub { - owner = "rudrankriyam"; + owner = "rorkai"; repo = "App-Store-Connect-CLI"; tag = "${finalAttrs.version}"; hash = "sha256-9zGLR+lXxR0ku758wmNlglgUYLXa9p/fsZ4p7a7/+E4="; @@ -56,7 +56,7 @@ buildGoModule (finalAttrs: { meta = { description = "Scriptable CLI for the App Store Connect API"; homepage = "https://asccli.sh"; - changelog = "https://github.com/rudrankriyam/App-Store-Connect-CLI/releases/tag/${finalAttrs.version}"; + changelog = "https://github.com/rorkai/App-Store-Connect-CLI/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ DimitarNestorov From 6ae56e8936d1bbea82f566fdc2464b1c90eb1d39 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:14:00 +0200 Subject: [PATCH 08/53] audion: update GitHub owner name --- pkgs/by-name/au/audion/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/au/audion/package.nix b/pkgs/by-name/au/audion/package.nix index 67fc4fb1436b..c0220c4fb872 100644 --- a/pkgs/by-name/au/audion/package.nix +++ b/pkgs/by-name/au/audion/package.nix @@ -9,7 +9,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "0.2.3"; src = fetchFromGitHub { - owner = "audiusGmbH"; + owner = "audius"; repo = "audion"; tag = finalAttrs.version; hash = "sha256-r/ZJ9c2PEl8/AhMlsQaHkVQ9uv5R/qEW66rLSJRGxQk="; @@ -19,8 +19,8 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Ping the host continuously and write results to a file"; - homepage = "https://github.com/audiusGmbH/audion"; - changelog = "https://github.com/audiusGmbH/audion/releases/tag/${finalAttrs.version}"; + homepage = "https://github.com/audius/audion"; + changelog = "https://github.com/audius/audion/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "audion"; From 4489f4df069af7fb560b6c88c7d5b4b552961f87 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:14:55 +0200 Subject: [PATCH 09/53] av1an: update GitHub owner name --- pkgs/by-name/av/av1an-unwrapped/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/av/av1an-unwrapped/package.nix b/pkgs/by-name/av/av1an-unwrapped/package.nix index a2e9e0899709..977cda3facd7 100644 --- a/pkgs/by-name/av/av1an-unwrapped/package.nix +++ b/pkgs/by-name/av/av1an-unwrapped/package.nix @@ -18,7 +18,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "0.4.4"; src = fetchFromGitHub { - owner = "master-of-zen"; + owner = "rust-av"; repo = "av1an"; tag = finalAttrs.version; hash = "sha256-YF+j349777pE+evvXWTo42DQn1CE0jlfKBEXUFTfcb8="; @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage (finalAttrs: { # Avoids https://github.com/shssoichiro/ffmpeg-the-third/issues/63 # https://github.com/master-of-zen/Av1an/pull/912 (fetchpatch { - url = "https://github.com/master-of-zen/Av1an/commit/e6b29a5a624434eb0dc95b7e8aa31ccf624ccb9d.patch"; + url = "https://github.com/rust-av/Av1an/commit/e6b29a5a624434eb0dc95b7e8aa31ccf624ccb9d.patch"; hash = "sha256-nFE04hlTzApYafSzgl/XOUdchxEjKvxXy+SKr/d6+0Q="; }) ]; @@ -67,8 +67,8 @@ rustPlatform.buildRustPackage (finalAttrs: { Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding. It can increase your encoding speed and improve cpu utilization by running multiple encoder processes in parallel. ''; - homepage = "https://github.com/master-of-zen/Av1an"; - changelog = "https://github.com/master-of-zen/Av1an/releases/tag/${finalAttrs.version}"; + homepage = "https://github.com/rust-av/Av1an"; + changelog = "https://github.com/rust-av/Av1an/releases/tag/${finalAttrs.version}"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ getchoo ]; mainProgram = "av1an"; From b78a40fe4206841b64045be04ae29e03dce282bc Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:26:15 +0200 Subject: [PATCH 10/53] alist: update GitHub owner name --- pkgs/by-name/al/alist/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/al/alist/package.nix b/pkgs/by-name/al/alist/package.nix index 69011adfadfe..973628dabf07 100644 --- a/pkgs/by-name/al/alist/package.nix +++ b/pkgs/by-name/al/alist/package.nix @@ -103,8 +103,8 @@ buildGoModule (finalAttrs: { meta = { description = "File list/WebDAV program that supports multiple storages"; - homepage = "https://github.com/alist-org/alist"; - changelog = "https://github.com/alist-org/alist/releases/tag/v${finalAttrs.version}"; + homepage = "https://github.com/AlistGo/alist"; + changelog = "https://github.com/AlistGo/alist/releases/tag/v${finalAttrs.version}"; license = with lib.licenses; [ agpl3Only # alist-web From 14aaa3a1ed2e77629a3b6e8b84fdfcfc1c74a603 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:27:52 +0200 Subject: [PATCH 11/53] beamPackages.expert-lsp: update GitHub owner name --- pkgs/development/beam-modules/expert/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/beam-modules/expert/default.nix b/pkgs/development/beam-modules/expert/default.nix index c222f064ec5f..4cd3a438e436 100644 --- a/pkgs/development/beam-modules/expert/default.nix +++ b/pkgs/development/beam-modules/expert/default.nix @@ -14,7 +14,7 @@ let version = "0.1.3"; src = fetchFromGitHub { - owner = "elixir-lang"; + owner = "expert-lsp"; repo = "expert"; tag = "v${version}"; hash = "sha256-CGWWbzrBjCbz9S8f1nCLx2x6j4MFgsSd5XjgrxhuvzE="; @@ -84,8 +84,8 @@ mixRelease rec { }; meta = { - homepage = "https://github.com/elixir-lang/expert"; - changelog = "https://github.com/elixir-lang/expert/blob/v${version}/CHANGELOG.md"; + homepage = "https://github.com/expert-lsp/expert"; + changelog = "https://github.com/expert-lsp/expert/blob/v0.1.1/CHANGELOG.md"; description = "Official Elixir Language Server Protocol implementation"; longDescription = '' Expert is the official language server implementation for the Elixir programming language. From b44a6f36af1e096871d5792745260c6a36d251f6 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:28:15 +0200 Subject: [PATCH 12/53] besu: update GitHub owner name --- pkgs/by-name/be/besu/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/be/besu/package.nix b/pkgs/by-name/be/besu/package.nix index ef0f32f5dadf..140348fdd1b0 100644 --- a/pkgs/by-name/be/besu/package.nix +++ b/pkgs/by-name/be/besu/package.nix @@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Enterprise-grade Java-based, Apache 2.0 licensed Ethereum client"; homepage = "https://www.hyperledger.org/projects/besu"; - changelog = "https://github.com/hyperledger/besu/blob/${finalAttrs.version}/CHANGELOG.md"; + changelog = "https://github.com/besu-eth/besu/blob/${finalAttrs.version}/CHANGELOG.md"; license = lib.licenses.asl20; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; platforms = lib.platforms.all; From b0eda90855b0a9e779f6a2766a2515b18cd92d91 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:28:58 +0200 Subject: [PATCH 13/53] bluetuith: update GitHub owner name --- pkgs/by-name/bl/bluetuith/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/bl/bluetuith/package.nix b/pkgs/by-name/bl/bluetuith/package.nix index 3443eb54e384..1a6e1b1b46dc 100644 --- a/pkgs/by-name/bl/bluetuith/package.nix +++ b/pkgs/by-name/bl/bluetuith/package.nix @@ -10,7 +10,7 @@ buildGoModule (finalAttrs: { version = "0.2.6"; src = fetchFromGitHub { - owner = "darkhz"; + owner = "bluetuith-org"; repo = "bluetuith"; tag = "v${finalAttrs.version}"; hash = "sha256-jxN4FLefv+edlpBnwDN/pBxZ7sHkv2w+R2tUeNCI6Tw="; @@ -38,8 +38,8 @@ buildGoModule (finalAttrs: { manage Bluetooth-based networking/tethering (PANU/DUN) and remote control devices. The TUI has mouse support. ''; - homepage = "https://github.com/darkhz/bluetuith"; - changelog = "https://github.com/darkhz/bluetuith/releases/tag/v${finalAttrs.version}"; + homepage = "https://github.com/bluetuith-org/bluetuith"; + changelog = "https://github.com/bluetuith-org/bluetuith/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; platforms = lib.platforms.linux; mainProgram = "bluetuith"; From 10b49e8b528bdb07a33baea3aba5fa32e687f68d Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:29:41 +0200 Subject: [PATCH 14/53] bundler: update GitHub owner name --- pkgs/by-name/bu/bundler/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/bu/bundler/package.nix b/pkgs/by-name/bu/bundler/package.nix index 7a35a7ace0b5..584db961acd7 100644 --- a/pkgs/by-name/bu/bundler/package.nix +++ b/pkgs/by-name/bu/bundler/package.nix @@ -34,7 +34,7 @@ buildRubyGem rec { meta = { description = "Manage your Ruby application's gem dependencies"; homepage = "https://bundler.io"; - changelog = "https://github.com/rubygems/rubygems/blob/bundler-v${version}/bundler/CHANGELOG.md"; + changelog = "https://github.com/ruby/rubygems/blob/bundler-v${version}/bundler/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ anthonyroussel From 77dc7f1d46c1d836341b41a9341f39573bb357a8 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:30:15 +0200 Subject: [PATCH 15/53] calendar-cli: update GitHub owner name --- pkgs/by-name/ca/calendar-cli/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ca/calendar-cli/package.nix b/pkgs/by-name/ca/calendar-cli/package.nix index e160cfef0863..78399f5cfd44 100644 --- a/pkgs/by-name/ca/calendar-cli/package.nix +++ b/pkgs/by-name/ca/calendar-cli/package.nix @@ -16,9 +16,9 @@ python3.pkgs.buildPythonApplication (finalAttrs: { pyproject = true; src = fetchFromGitHub { - owner = "tobixen"; + owner = "pycalendar"; repo = "calendar-cli"; - # https://github.com/tobixen/calendar-cli/pull/113#issuecomment-3977892432 + # https://github.com/pycalendar/calendar-cli/pull/113#issuecomment-3977892432 tag = "v0.15.0"; hash = "sha256-P6ClvX6C5VargAvudgSvBwObIUouTRg7SQ62KxhcKiE="; }; @@ -74,9 +74,9 @@ python3.pkgs.buildPythonApplication (finalAttrs: { }; meta = { - changelog = "https://github.com/tobixen/calendar-cli/releases/tag/${finalAttrs.src.tag}"; + changelog = "https://github.com/pycalendar/calendar-cli/releases/tag/${finalAttrs.src.tag}"; description = "Simple command-line CalDav client"; - homepage = "https://github.com/tobixen/calendar-cli"; + homepage = "https://github.com/pycalendar/calendar-cli"; license = lib.licenses.gpl3Plus; mainProgram = "calendar-cli"; maintainers = with lib.maintainers; [ dotlambda ]; From d311167f7a974148c65885e2671865f78379fbb8 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:30:53 +0200 Subject: [PATCH 16/53] cargo-zigbuild: update GitHub owner name --- pkgs/by-name/ca/cargo-zigbuild/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ca/cargo-zigbuild/package.nix b/pkgs/by-name/ca/cargo-zigbuild/package.nix index 8a4297d4d47e..e525f11e5312 100644 --- a/pkgs/by-name/ca/cargo-zigbuild/package.nix +++ b/pkgs/by-name/ca/cargo-zigbuild/package.nix @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "0.22.2"; src = fetchFromGitHub { - owner = "messense"; + owner = "rust-cross"; repo = "cargo-zigbuild"; tag = "v${finalAttrs.version}"; hash = "sha256-kQnbein4NcZ8IpwCsw7hg+d+Dlg1HChnjXp3lWzECrA="; @@ -37,8 +37,8 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Tool to compile Cargo projects with zig as the linker"; mainProgram = "cargo-zigbuild"; - homepage = "https://github.com/messense/cargo-zigbuild"; - changelog = "https://github.com/messense/cargo-zigbuild/releases/tag/v${finalAttrs.version}"; + homepage = "https://github.com/rust-cross/cargo-zigbuild"; + changelog = "https://github.com/rust-cross/cargo-zigbuild/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; maintainers = [ lib.maintainers.progrm_jarvis ]; }; From 9bacd189cff28987d79aaa74a94f96601ae831eb Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:33:36 +0200 Subject: [PATCH 17/53] color-transformation-language: update GitHub owner name --- pkgs/by-name/co/color-transformation-language/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/co/color-transformation-language/package.nix b/pkgs/by-name/co/color-transformation-language/package.nix index 238c9ee18b7f..c818c7aa0300 100644 --- a/pkgs/by-name/co/color-transformation-language/package.nix +++ b/pkgs/by-name/co/color-transformation-language/package.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: { version = "1.5.5"; src = fetchFromGitHub { - owner = "ampas"; + owner = "aces-aswf"; repo = "CTL"; rev = "ctl-${finalAttrs.version}"; hash = "sha256-X6W6IXZUMBTZJTzpAk7FmoEhSPELTmhYv68dZmqUJ2g="; @@ -28,8 +28,8 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Programming language for digital color management"; - homepage = "https://github.com/ampas/CTL"; - changelog = "https://github.com/ampas/CTL/blob/${finalAttrs.src.rev}/CHANGELOG"; + homepage = "https://github.com/aces-aswf/CTL"; + changelog = "https://github.com/aces-aswf/CTL/blob/${finalAttrs.src.rev}/CHANGELOG"; license = lib.licenses.ampas; maintainers = with lib.maintainers; [ paperdigits ]; mainProgram = "ctl"; From 50e48beec3a96982b5aad2ffa095c326792b64a5 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:38:50 +0200 Subject: [PATCH 18/53] comodoro: update GitHub owner name --- pkgs/by-name/co/comodoro/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/co/comodoro/package.nix b/pkgs/by-name/co/comodoro/package.nix index 0faa8a3a2192..802113dd12ff 100644 --- a/pkgs/by-name/co/comodoro/package.nix +++ b/pkgs/by-name/co/comodoro/package.nix @@ -14,7 +14,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "0.1.2"; src = fetchFromGitHub { - owner = "soywod"; + owner = "pimalaya"; repo = "comodoro"; rev = "v${finalAttrs.version}"; hash = "sha256-FnNNJ6WHR8KCsW+1hPIYddxQlUvpPc+SRbaxAcdVEUk="; @@ -47,7 +47,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "CLI to manage your time"; homepage = "https://github.com/pimalaya/comodoro"; - changelog = "https://github.com/soywod/comodoro/blob/v${finalAttrs.version}/CHANGELOG.md"; + changelog = "https://github.com/pimalaya/comodoro/blob/v${finalAttrs.version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ soywod ]; mainProgram = "comodoro"; From a73167a1de02191fb173f85b9b9510abb1ecb814 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:39:30 +0200 Subject: [PATCH 19/53] composefs: update GitHub owner name --- pkgs/by-name/co/composefs/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/co/composefs/package.nix b/pkgs/by-name/co/composefs/package.nix index f9de2e88ea75..a393347d4464 100644 --- a/pkgs/by-name/co/composefs/package.nix +++ b/pkgs/by-name/co/composefs/package.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: { version = "1.0.8"; src = fetchFromGitHub { - owner = "containers"; + owner = "composefs"; repo = "composefs"; tag = "v${finalAttrs.version}"; hash = "sha256-nuQ3R/0eDS58HmN+0iXcYT5EtkY3J257EdtLir5vm4c="; @@ -96,8 +96,8 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "File system for mounting container images"; - homepage = "https://github.com/containers/composefs"; - changelog = "https://github.com/containers/composefs/releases/tag/v${finalAttrs.version}"; + homepage = "https://github.com/composefs/composefs"; + changelog = "https://github.com/composefs/composefs/releases/tag/v${finalAttrs.version}"; license = with lib.licenses; [ gpl2Only asl20 From 177a83a43d0202786f7be1421edcd08297d2277d Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:39:49 +0200 Subject: [PATCH 20/53] container2wasm: update GitHub owner name --- pkgs/by-name/co/container2wasm/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/co/container2wasm/package.nix b/pkgs/by-name/co/container2wasm/package.nix index 3c8a4ea6d035..697b4b815a09 100644 --- a/pkgs/by-name/co/container2wasm/package.nix +++ b/pkgs/by-name/co/container2wasm/package.nix @@ -9,7 +9,7 @@ buildGoModule (finalAttrs: { version = "0.8.3"; src = fetchFromGitHub { - owner = "ktock"; + owner = "container2wasm"; repo = "container2wasm"; tag = "v${finalAttrs.version}"; hash = "sha256-cE/cKMMslu4GGVV3aRcdsu7cTdsVABZLs8GX6ihgW38="; @@ -20,7 +20,7 @@ buildGoModule (finalAttrs: { ldflags = [ "-s" "-w" - "-X=github.com/ktock/container2wasm/version.Version=${finalAttrs.version}" + "-X=github.com/container2wasm/container2wasm/version.Version=${finalAttrs.version}" ]; subPackages = [ @@ -29,8 +29,8 @@ buildGoModule (finalAttrs: { meta = { description = "Container to WASM converter"; - homepage = "https://github.com/ktock/container2wasm"; - changelog = "https://github.com/ktock/container2wasm/releases/tag/v${finalAttrs.version}"; + homepage = "https://github.com/container2wasm/container2wasm"; + changelog = "https://github.com/container2wasm/container2wasm/releases/tag/v${finalAttrs.version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ dit7ya ]; mainProgram = "c2w"; From a69211f5b09d7344bbceef226b37aaf0c78cc20e Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:40:13 +0200 Subject: [PATCH 21/53] cozette: update GitHub owner name --- pkgs/by-name/co/cozette/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/co/cozette/package.nix b/pkgs/by-name/co/cozette/package.nix index 63c193453a8a..7e2bcf5fd033 100644 --- a/pkgs/by-name/co/cozette/package.nix +++ b/pkgs/by-name/co/cozette/package.nix @@ -15,7 +15,7 @@ stdenvNoCC.mkDerivation rec { version = "1.30.0"; src = fetchzip { - url = "https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${ + url = "https://github.com/the-moonwitch/Cozette/releases/download/v.${version}/CozetteFonts-v-${ builtins.replaceStrings [ "." ] [ "-" ] version }.zip"; hash = "sha256-Njh6V5wTBKM/1QKmPwG1qiOYyAJSVQXLTBLN03V6DaE="; @@ -52,8 +52,8 @@ stdenvNoCC.mkDerivation rec { meta = { description = "Bitmap programming font optimized for coziness"; - homepage = "https://github.com/slavfox/cozette"; - changelog = "https://github.com/slavfox/Cozette/blob/v.${version}/CHANGELOG.md"; + homepage = "https://github.com/the-moonwitch/cozette"; + changelog = "https://github.com/the-moonwitch/Cozette/blob/v.${version}/CHANGELOG.md"; license = lib.licenses.mit; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ brettlyons ]; From 47389bb2ad05e81cc5521ae40d0e62ec661455f4 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:40:40 +0200 Subject: [PATCH 22/53] ossf: update GitHub owner name --- pkgs/tools/security/cve-bin-tool/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/cve-bin-tool/default.nix b/pkgs/tools/security/cve-bin-tool/default.nix index 2efbf33f0390..07ca4a07e60c 100644 --- a/pkgs/tools/security/cve-bin-tool/default.nix +++ b/pkgs/tools/security/cve-bin-tool/default.nix @@ -45,7 +45,7 @@ buildPythonApplication rec { pyproject = true; src = fetchFromGitHub { - owner = "intel"; + owner = "ossf"; repo = "cve-bin-tool"; tag = "v${version}"; hash = "sha256-pv8XjKjZBUw5FmmUn1dakGeS1uw2xzF3wSIZOYQ2/3c="; @@ -109,8 +109,8 @@ buildPythonApplication rec { meta = { description = "CVE Binary Checker Tool"; - homepage = "https://github.com/intel/cve-bin-tool"; - changelog = "https://github.com/intel/cve-bin-tool/releases/tag/${src.tag}"; + homepage = "https://github.com/ossf/cve-bin-tool"; + changelog = "https://github.com/ossf/cve-bin-tool/releases/tag/${src.tag}"; license = lib.licenses.gpl3Plus; maintainers = [ ]; }; From d1fdc43b500e6695f8b70fb872eccb0a86e89abd Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:41:02 +0200 Subject: [PATCH 23/53] dhcpdump: update GitHub owner name --- pkgs/by-name/dh/dhcpdump/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/dh/dhcpdump/package.nix b/pkgs/by-name/dh/dhcpdump/package.nix index c5fd112f906a..a7f5b6a13c79 100644 --- a/pkgs/by-name/dh/dhcpdump/package.nix +++ b/pkgs/by-name/dh/dhcpdump/package.nix @@ -12,7 +12,7 @@ stdenv.mkDerivation (finalAttrs: { version = "1.10"; src = fetchFromGitHub { - owner = "bbonev"; + owner = "dhcpdump-org"; repo = "dhcpdump"; tag = "v${finalAttrs.version}"; hash = "sha256-EtCwtRvAvZdfW/6MjHEXJTHoD/OknJeZJ7q0qb+CzeE="; @@ -40,8 +40,8 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Tool for visualization of DHCP packets as recorded and output by tcpdump to analyze DHCP server responses"; - homepage = "https://github.com/bbonev/dhcpdump"; - changelog = "https://github.com/bbonev/dhcpdump/releases/tag/v${finalAttrs.version}"; + homepage = "https://github.com/dhcpdump-org/dhcpdump"; + changelog = "https://github.com/dhcpdump-org/dhcpdump/releases/tag/v${finalAttrs.version}"; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ nickcao ]; license = lib.licenses.bsd2; From a8e0ca4bc9b6f8eda69c3e561312a575c8b7c302 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:41:23 +0200 Subject: [PATCH 24/53] dnsmonster: update GitHub owner name --- pkgs/by-name/dn/dnsmonster/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/dn/dnsmonster/package.nix b/pkgs/by-name/dn/dnsmonster/package.nix index f85f9ce7591d..e204effcebef 100644 --- a/pkgs/by-name/dn/dnsmonster/package.nix +++ b/pkgs/by-name/dn/dnsmonster/package.nix @@ -11,7 +11,7 @@ buildGo125Module (finalAttrs: { version = "1.2.5"; src = fetchFromGitHub { - owner = "mosajjal"; + owner = "FenkoHQ"; repo = "dnsmonster"; tag = "v${finalAttrs.version}"; hash = "sha256-Ae7SzImNHOOpaaVLFHdfLrwGhaHkvZBt+s/sRoHYwzk="; @@ -29,8 +29,8 @@ buildGo125Module (finalAttrs: { meta = { description = "Passive DNS Capture and Monitoring Toolkit"; - homepage = "https://github.com/mosajjal/dnsmonster"; - changelog = "https://github.com/mosajjal/dnsmonster/releases/tag/${finalAttrs.src.tag}"; + homepage = "https://github.com/FenkoHQ/dnsmonster"; + changelog = "https://github.com/FenkoHQ/dnsmonster/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ fab ]; broken = stdenv.hostPlatform.isDarwin; From 9e33bdbdb5494ffec15027b8a197df1c046be307 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:41:51 +0200 Subject: [PATCH 25/53] emcee: update GitHub owner name --- pkgs/by-name/em/emcee/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/em/emcee/package.nix b/pkgs/by-name/em/emcee/package.nix index 0352f28b2099..1bc921e4fa5e 100644 --- a/pkgs/by-name/em/emcee/package.nix +++ b/pkgs/by-name/em/emcee/package.nix @@ -11,7 +11,7 @@ buildGoModule (finalAttrs: { version = "0.7.0"; src = fetchFromGitHub { - owner = "loopwork-ai"; + owner = "mattt"; repo = "emcee"; tag = "v${finalAttrs.version}"; hash = "sha256-czOUhaPBxzuqZ72Y3TuzZ8r0Ab3OqGbDPZipkcak3Cw="; @@ -41,8 +41,8 @@ buildGoModule (finalAttrs: { You can use emcee to connect Claude Desktop and other apps to external tools and data services, similar to ChatGPT plugins. ''; - homepage = "https://github.com/loopwork-ai/emcee"; - changelog = "https://github.com/loopwork-ai/emcee/releases/tag/v${finalAttrs.version}"; + homepage = "https://github.com/mattt/emcee"; + changelog = "https://github.com/mattt/emcee/releases/tag/v${finalAttrs.version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ genga898 ]; mainProgram = "emcee"; From dae9573ccc4023ef3bd712b5325b4bc2c9f52044 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:48:31 +0200 Subject: [PATCH 26/53] freenet: update GitHub owner name --- pkgs/by-name/fr/freenet/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/fr/freenet/package.nix b/pkgs/by-name/fr/freenet/package.nix index c63e58b7fe6d..d51ce7d74df9 100644 --- a/pkgs/by-name/fr/freenet/package.nix +++ b/pkgs/by-name/fr/freenet/package.nix @@ -18,7 +18,7 @@ let jdk = jdk_headless; freenet_ext = fetchurl { - url = "https://github.com/freenet/fred/releases/download/build01495/freenet-ext.jar"; + url = "https://github.com/hyphanet/fred/releases/download/build01495/freenet-ext.jar"; hash = "sha256-MvKz1r7t9UE36i+aPr72dmbXafCWawjNF/19tZuk158="; }; @@ -98,7 +98,7 @@ stdenv.mkDerivation rec { license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ nagy ]; platforms = with lib.platforms; linux; - changelog = "https://github.com/freenet/fred/blob/build${version}/NEWS.md"; + changelog = "https://github.com/hyphanet/fred/blob/build${version}/NEWS.md"; mainProgram = "freenet"; }; } From f3b2ed30847f8b81d2f8d4c6eba7de88a768fd68 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:50:16 +0200 Subject: [PATCH 27/53] fsautocomplete: update GitHub owner name --- pkgs/by-name/fs/fsautocomplete/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fs/fsautocomplete/package.nix b/pkgs/by-name/fs/fsautocomplete/package.nix index 5544a6998756..a41c089a6a5a 100644 --- a/pkgs/by-name/fs/fsautocomplete/package.nix +++ b/pkgs/by-name/fs/fsautocomplete/package.nix @@ -12,7 +12,7 @@ buildDotnetModule (finalAttrs: { version = "0.83.0"; src = fetchFromGitHub { - owner = "fsharp"; + owner = "ionide"; repo = "FsAutoComplete"; tag = "v${finalAttrs.version}"; hash = "sha256-1WK6vb/UfqnF5KlwrjmGTPeAnEgwPswcYweeotB6j00="; @@ -43,8 +43,8 @@ buildDotnetModule (finalAttrs: { meta = { description = "Backend service for rich editing or intellisense features for editors"; mainProgram = "fsautocomplete"; - homepage = "https://github.com/fsharp/FsAutoComplete"; - changelog = "https://github.com/fsharp/FsAutoComplete/releases/tag/${finalAttrs.src.tag}"; + homepage = "https://github.com/ionide/FsAutoComplete"; + changelog = "https://github.com/ionide/FsAutoComplete/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ From 06b7c8aa2fe69299c7cc1a6596d252e509612f5d Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:51:06 +0200 Subject: [PATCH 28/53] git-standard: update GitHub owner name --- pkgs/by-name/gi/git-standup/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gi/git-standup/package.nix b/pkgs/by-name/gi/git-standup/package.nix index 3a5754047697..f0480c0b1f65 100644 --- a/pkgs/by-name/gi/git-standup/package.nix +++ b/pkgs/by-name/gi/git-standup/package.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation (finalAttrs: { version = "2.3.2"; src = fetchFromGitHub { - owner = "kamranahmedse"; + owner = "nilbuild"; repo = "git-standup"; tag = finalAttrs.version; hash = "sha256-x7Z4w4UzshXYc25ag6HopRrKbP+/ELkFPdsUBaUE1vY="; @@ -30,8 +30,8 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Recall what you did on the last working day"; - homepage = "https://github.com/kamranahmedse/git-standup"; - changelog = "https://github.com/kamranahmedse/git-standup/releases/tag/${finalAttrs.version}"; + homepage = "https://github.com/nilbuild/git-standup"; + changelog = "https://github.com/nilbuild/git-standup/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sigmanificient ]; platforms = lib.platforms.all; From d2c4f5f9e91e6b0fbc3aa2ed993953f1d1ccb7f2 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:51:43 +0200 Subject: [PATCH 29/53] gitui: update GitHub owner name --- pkgs/by-name/gi/gitui/package.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/gi/gitui/package.nix b/pkgs/by-name/gi/gitui/package.nix index 391095adea84..971625b7b9fc 100644 --- a/pkgs/by-name/gi/gitui/package.nix +++ b/pkgs/by-name/gi/gitui/package.nix @@ -9,7 +9,6 @@ cmake, xclip, nix-update-script, - fetchpatch, }: rustPlatform.buildRustPackage (finalAttrs: { @@ -17,7 +16,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "0.28.1"; src = fetchFromGitHub { - owner = "extrawurst"; + owner = "gitui-org"; repo = "gitui"; rev = "v${finalAttrs.version}"; hash = "sha256-IyDms4ke5evtSjFZrWEy0AascA0g9rG/a9RjbBNzZwg="; @@ -63,9 +62,9 @@ rustPlatform.buildRustPackage (finalAttrs: { passthru.updateScript = nix-update-script { }; meta = { - changelog = "https://github.com/extrawurst/gitui/blob/v${finalAttrs.version}/CHANGELOG.md"; + changelog = "https://github.com/gitui-org/gitui/blob/v${finalAttrs.version}/CHANGELOG.md"; description = "Blazing fast terminal-ui for Git written in Rust"; - homepage = "https://github.com/extrawurst/gitui"; + homepage = "https://github.com/gitui-org/gitui"; license = lib.licenses.mit; mainProgram = "gitui"; maintainers = with lib.maintainers; [ From c64a04e384e718be38face58e44ed6400c499072 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:53:15 +0200 Subject: [PATCH 30/53] haven: update GitHub owner name --- pkgs/by-name/ha/haven/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ha/haven/package.nix b/pkgs/by-name/ha/haven/package.nix index 1d972e5d73ec..a4ca107e6aeb 100644 --- a/pkgs/by-name/ha/haven/package.nix +++ b/pkgs/by-name/ha/haven/package.nix @@ -9,7 +9,7 @@ buildGoModule (finalAttrs: { version = "1.2.2"; src = fetchFromGitHub { - owner = "bitvora"; + owner = "barrydeen"; repo = "haven"; tag = "v${finalAttrs.version}"; hash = "sha256-gpfTgaO3VK65GBy/W/rR8181yHlvgTx9UyWReo7s2gQ="; @@ -25,8 +25,8 @@ buildGoModule (finalAttrs: { meta = { description = "High Availability Vault for Events on Nostr"; - homepage = "https://github.com/bitvora/haven"; - changelog = "https://github.com/bitvora/haven/releases/tag/v${finalAttrs.version}"; + homepage = "https://github.com/barrydeen/haven"; + changelog = "https://github.com/barrydeen/haven/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ felixzieger ]; mainProgram = "haven"; From 0728c87cd70524689e6846ce92430b5627fd0b24 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:53:52 +0200 Subject: [PATCH 31/53] hilbish: update GitHub owner name --- pkgs/by-name/hi/hilbish/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/hi/hilbish/package.nix b/pkgs/by-name/hi/hilbish/package.nix index 13ddddda91d8..b262d6367f70 100644 --- a/pkgs/by-name/hi/hilbish/package.nix +++ b/pkgs/by-name/hi/hilbish/package.nix @@ -9,7 +9,7 @@ buildGoModule (finalAttrs: { version = "2.3.4"; src = fetchFromGitHub { - owner = "Rosettea"; + owner = "sammy-ette"; repo = "Hilbish"; tag = "v${finalAttrs.version}"; hash = "sha256-rEBUrDdJBCywuSmsxFLl4+uSwz06km2nztH5aCGcGiE="; @@ -38,8 +38,8 @@ buildGoModule (finalAttrs: { meta = { description = "Interactive Unix-like shell written in Go"; mainProgram = "hilbish"; - changelog = "https://github.com/Rosettea/Hilbish/releases/tag/v${finalAttrs.version}"; - homepage = "https://github.com/Rosettea/Hilbish"; + changelog = "https://github.com/sammy-ette/Hilbish/releases/tag/v${finalAttrs.version}"; + homepage = "https://github.com/sammy-ette/Hilbish"; maintainers = with lib.maintainers; [ moni ]; license = lib.licenses.mit; }; From 950e7a867b225ea4ef95ba8c0055f5b73f9f5778 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:55:50 +0200 Subject: [PATCH 32/53] home-assistant-custom-components.fellow: update GitHub owner name --- .../home-assistant/custom-components/fellow/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/fellow/package.nix b/pkgs/servers/home-assistant/custom-components/fellow/package.nix index dca7caeaa3d2..79b4879f6058 100644 --- a/pkgs/servers/home-assistant/custom-components/fellow/package.nix +++ b/pkgs/servers/home-assistant/custom-components/fellow/package.nix @@ -8,12 +8,12 @@ }: buildHomeAssistantComponent rec { - owner = "NewsGuyTor"; + owner = "kristofferR"; domain = "fellow"; version = "1.3.3"; src = fetchFromGitHub { - owner = "NewsGuyTor"; + owner = "kristofferR"; repo = "FellowAiden-HomeAssistant"; tag = "v${version}"; hash = "sha256-n1D/kP1vxc+/kgZGwl+5nLD6IzERmMXeiQjSKZGiqvc="; @@ -27,9 +27,9 @@ buildHomeAssistantComponent rec { ]; meta = { - changelog = "https://github.com/NewsGuyTor/FellowAiden-HomeAssistant/releases/tag/${src.tag}"; + changelog = "https://github.com/kristofferR/FellowAiden-HomeAssistant/releases/tag/${src.tag}"; description = "Home Assistant integration for Fellow Aiden coffee brewer"; - homepage = "https://github.com/NewsGuyTor/FellowAiden-HomeAssistant"; + homepage = "https://github.com/kristofferR/FellowAiden-HomeAssistant"; license = lib.licenses.gpl3Only; maintainers = [ lib.maintainers.jamiemagee ]; }; From 4d88dc8e0fb7e8313234905f23410fcd42fd487c Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:56:16 +0200 Subject: [PATCH 33/53] jellyfish-rpc: update GitHub owner name --- pkgs/by-name/je/jellyfin-rpc/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/je/jellyfin-rpc/package.nix b/pkgs/by-name/je/jellyfin-rpc/package.nix index e99c94cf431b..8163483638ee 100644 --- a/pkgs/by-name/je/jellyfin-rpc/package.nix +++ b/pkgs/by-name/je/jellyfin-rpc/package.nix @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "1.3.4"; src = fetchFromGitHub { - owner = "Radiicall"; + owner = "JustRadical"; repo = "jellyfin-rpc"; tag = finalAttrs.version; hash = "sha256-g4Vd++Q6rJS6nU1kR+7aItnhHc0jeFSU460iF6P1EEk="; @@ -30,8 +30,8 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Displays the content you're currently watching on Discord"; - homepage = "https://github.com/Radiicall/jellyfin-rpc"; - changelog = "https://github.com/Radiicall/jellyfin-rpc/releases/tag/${finalAttrs.version}"; + homepage = "https://github.com/JustRadical/jellyfin-rpc"; + changelog = "https://github.com/JustRadical/jellyfin-rpc/releases/tag/${finalAttrs.version}"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ getchoo ]; mainProgram = "jellyfin-rpc"; From 5945d7940bad988cc7820f162ae85a922b7bf50d Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:02:19 +0200 Subject: [PATCH 34/53] koodo-reader: upate GitHub owner name --- pkgs/by-name/ko/koodo-reader/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ko/koodo-reader/package.nix b/pkgs/by-name/ko/koodo-reader/package.nix index 1a9009d5d59b..30ec2833b282 100644 --- a/pkgs/by-name/ko/koodo-reader/package.nix +++ b/pkgs/by-name/ko/koodo-reader/package.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: { version = "2.2.4"; src = fetchFromGitHub { - owner = "troyeguo"; + owner = "koodo-reader"; repo = "koodo-reader"; tag = "v${finalAttrs.version}"; hash = "sha256-KUcI+0+ICMdwAF30CLM3QdS+X8UnYiHhcYkvEQ6WgS8="; @@ -140,13 +140,13 @@ stdenv.mkDerivation (finalAttrs: { passthru.updateScript = nix-update-script { }; meta = { - changelog = "https://github.com/troyeguo/koodo-reader/releases/tag/${finalAttrs.src.tag}"; + changelog = "https://github.com/koodo-reader/koodo-reader/releases/tag/${finalAttrs.src.tag}"; description = "Cross-platform ebook reader"; longDescription = '' A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web ''; - homepage = "https://github.com/troyeguo/koodo-reader"; + homepage = "https://github.com/koodo-reader/koodo-reader"; license = lib.licenses.agpl3Only; mainProgram = "koodo-reader"; maintainers = with lib.maintainers; [ tomasajt ]; From 17cc18cc7010aac7e299bd84d096c80944bcea09 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:03:24 +0200 Subject: [PATCH 35/53] mopidy: update GitHub owner name --- pkgs/applications/audio/mopidy/tidal.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/audio/mopidy/tidal.nix b/pkgs/applications/audio/mopidy/tidal.nix index 8b99c3288729..7893a104579d 100644 --- a/pkgs/applications/audio/mopidy/tidal.nix +++ b/pkgs/applications/audio/mopidy/tidal.nix @@ -11,7 +11,7 @@ python3Packages.buildPythonApplication (finalAttrs: { pyproject = true; src = fetchFromGitHub { - owner = "tehkillerbee"; + owner = "EbbLabs"; repo = "mopidy-tidal"; tag = "v${finalAttrs.version}"; hash = "sha256-1u1MMLtVNZkVhmUr5DW34TlJ2s/YGRKXjqi+SrtClR4="; @@ -33,8 +33,8 @@ python3Packages.buildPythonApplication (finalAttrs: { meta = { description = "Mopidy extension for playing music from Tidal"; - homepage = "https://github.com/tehkillerbee/mopidy-tidal"; - changelog = "https://github.com/tehkillerbee/mopidy-tidal/releases/tag/${finalAttrs.src.tag}"; + homepage = "https://github.com/EbbLabs/mopidy-tidal"; + changelog = "https://github.com/EbbLabs/mopidy-tidal/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = [ ]; }; From fa27b45ed98c0f8db31d926f4ed5eca175663e11 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:04:04 +0200 Subject: [PATCH 36/53] mosquitto: update GitHub owner name --- pkgs/by-name/mo/mosquitto/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/mo/mosquitto/package.nix b/pkgs/by-name/mo/mosquitto/package.nix index ae3e932a0aa6..b295de57ed23 100644 --- a/pkgs/by-name/mo/mosquitto/package.nix +++ b/pkgs/by-name/mo/mosquitto/package.nix @@ -99,7 +99,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Open source MQTT v3.1/3.1.1/5.0 broker"; homepage = "https://mosquitto.org/"; - changelog = "https://github.com/eclipse/mosquitto/blob/v${finalAttrs.version}/ChangeLog.txt"; + changelog = "https://github.com/eclipse-mosquitto/mosquitto/blob/v2.0.22/ChangeLog.txt"; license = lib.licenses.epl10; maintainers = with lib.maintainers; [ peterhoeg From 3b5bc74654aff67f2d4b05fe2c3b639f339fc00a Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:04:30 +0200 Subject: [PATCH 37/53] mystmd: update GitHub owner name --- pkgs/by-name/my/mystmd/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/my/mystmd/package.nix b/pkgs/by-name/my/mystmd/package.nix index 841338014853..3a956e647590 100644 --- a/pkgs/by-name/my/mystmd/package.nix +++ b/pkgs/by-name/my/mystmd/package.nix @@ -12,7 +12,7 @@ buildNpmPackage rec { version = "1.3.18"; src = fetchFromGitHub { - owner = "executablebooks"; + owner = "jupyter-book"; repo = "mystmd"; rev = "mystmd@${version}"; hash = "sha256-20Cxs4ib7xRn4UC9ShiQ+KnyrTCmW/vII7QN9BObY78="; @@ -40,8 +40,8 @@ buildNpmPackage rec { meta = { description = "Command line tools for working with MyST Markdown"; - homepage = "https://github.com/executablebooks/mystmd"; - changelog = "https://github.com/executablebooks/mystmd/blob/${src.rev}/packages/myst-cli/CHANGELOG.md"; + homepage = "https://github.com/jupyter-book/mystmd"; + changelog = "https://github.com/jupyter-book/mystmd/blob/${src.rev}/packages/myst-cli/CHANGELOG.md"; license = lib.licenses.mit; maintainers = [ ]; mainProgram = "myst"; From 08eb3990be19926b62440f167ae7f95359ae29dd Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:04:54 +0200 Subject: [PATCH 38/53] nickel: update GitHub owner name --- pkgs/by-name/ni/nickel/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ni/nickel/package.nix b/pkgs/by-name/ni/nickel/package.nix index 8eeb37cf6d74..ba654f95e6c8 100644 --- a/pkgs/by-name/ni/nickel/package.nix +++ b/pkgs/by-name/ni/nickel/package.nix @@ -17,7 +17,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "1.16.0"; src = fetchFromGitHub { - owner = "tweag"; + owner = "nickel-lang"; repo = "nickel"; tag = finalAttrs.version; hash = "sha256-G+ik4tMr+WsDpiEFYv80ruBR/SpeEg9agUWqgXrq7UI="; @@ -93,7 +93,7 @@ rustPlatform.buildRustPackage (finalAttrs: { that are then fed to another system. It is designed to have a simple, well-understood core: it is in essence JSON with functions. ''; - changelog = "https://github.com/tweag/nickel/blob/${finalAttrs.version}/RELEASES.md"; + changelog = "https://github.com/nickel-lang/nickel/blob/${finalAttrs.version}/RELEASES.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ felschr From 6b81716b98808a323932819233aeb6c05b85eba6 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:05:59 +0200 Subject: [PATCH 39/53] nodezator: update GitHub owner name --- pkgs/by-name/no/nodezator/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/no/nodezator/package.nix b/pkgs/by-name/no/nodezator/package.nix index c105468a7bda..c92e472d007c 100644 --- a/pkgs/by-name/no/nodezator/package.nix +++ b/pkgs/by-name/no/nodezator/package.nix @@ -28,8 +28,8 @@ python3Packages.buildPythonApplication (finalAttrs: { meta = { description = "Generalist Python node editor"; homepage = "https://nodezator.com"; - downloadPage = "https://github.com/IndiePython/nodezator"; - changelog = "https://github.com/IndiePython/nodezator/releases/tag/v${finalAttrs.version}"; + downloadPage = "https://github.com/IndieSmiths/nodezator"; + changelog = "https://github.com/IndieSmiths/nodezator/releases/tag/v${finalAttrs.version}"; license = lib.licenses.unlicense; maintainers = with lib.maintainers; [ theobori ]; mainProgram = "nodezator"; From ba2fd17b3ece92f1ef3d4800c37272ca71180815 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:06:20 +0200 Subject: [PATCH 40/53] nxv: update GitHub owner name --- pkgs/by-name/nx/nxv/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/nx/nxv/package.nix b/pkgs/by-name/nx/nxv/package.nix index a3988b8835f1..13b420dc4059 100644 --- a/pkgs/by-name/nx/nxv/package.nix +++ b/pkgs/by-name/nx/nxv/package.nix @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "0.1.4"; src = fetchFromGitHub { - owner = "jamesbrink"; + owner = "utensils"; repo = "nxv"; tag = "v${finalAttrs.version}"; hash = "sha256-714babrR7inR+zkFSk8eqho4GIvUn6ITj7S54i5UcBI="; @@ -37,7 +37,7 @@ rustPlatform.buildRustPackage (finalAttrs: { commit to use with `nix shell nixpkgs/#package`. ''; homepage = "https://nxv.urandom.io"; - changelog = "https://github.com/jamesbrink/nxv/blob/${finalAttrs.src.tag}/CHANGELOG.md"; + changelog = "https://github.com/utensils/nxv/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ yiyu ]; mainProgram = "nxv"; From ba1c791b4c96e4274d5f108b5ca929bd642068f0 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:06:44 +0200 Subject: [PATCH 41/53] oapi-codegen: update GitHub owner name --- pkgs/by-name/oa/oapi-codegen/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/oa/oapi-codegen/package.nix b/pkgs/by-name/oa/oapi-codegen/package.nix index ce99048914e9..8cf386b198fe 100644 --- a/pkgs/by-name/oa/oapi-codegen/package.nix +++ b/pkgs/by-name/oa/oapi-codegen/package.nix @@ -26,8 +26,8 @@ buildGoModule (finalAttrs: { meta = { description = "Go client and server OpenAPI 3 generator"; - homepage = "https://github.com/deepmap/oapi-codegen"; - changelog = "https://github.com/deepmap/oapi-codegen/releases/tag/v${finalAttrs.version}"; + homepage = "https://github.com/oapi-codegen/oapi-codegen"; + changelog = "https://github.com/oapi-codegen/oapi-codegen/releases/tag/v${finalAttrs.version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ j4m3s ]; mainProgram = "oapi-codegen"; From f01053865e93ecfc39d11a45d532cc05b365e0e3 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:09:21 +0200 Subject: [PATCH 42/53] ocamlPackages.rio: update GitHub owner name --- pkgs/development/ocaml-modules/rio/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/rio/default.nix b/pkgs/development/ocaml-modules/rio/default.nix index ed82f82fd30e..e705007d570e 100644 --- a/pkgs/development/ocaml-modules/rio/default.nix +++ b/pkgs/development/ocaml-modules/rio/default.nix @@ -12,7 +12,7 @@ buildDunePackage rec { minimalOCamlVersion = "5.1"; src = fetchurl { - url = "https://github.com/riot-ml/riot/releases/download/${version}/riot-${version}.tbz"; + url = "https://github.com/leostera/riot/releases/download/${version}/riot-${version}.tbz"; hash = "sha256-SsiDz53b9bMIT9Q3IwDdB3WKy98WSd9fiieU41qZpeE="; }; @@ -22,8 +22,8 @@ buildDunePackage rec { meta = { description = "Ergonomic, composable, efficient read/write streams"; - homepage = "https://github.com/riot-ml/riot"; - changelog = "https://github.com/riot-ml/riot/blob/${version}/CHANGES.md"; + homepage = "https://github.com/leostera/riot"; + changelog = "https://github.com/leostera/riot/blob/${version}/CHANGES.md"; license = lib.licenses.mit; maintainers = [ ]; }; From 2c38de110d7cf146615703cc007a2d131a1577d7 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:11:33 +0200 Subject: [PATCH 43/53] {onednn,onednn_2}: update GitHub owner name --- pkgs/by-name/on/onednn/package.nix | 4 ++-- pkgs/by-name/on/onednn_2/package.nix | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/on/onednn/package.nix b/pkgs/by-name/on/onednn/package.nix index 0ccea32f16d8..2e75c5727ce4 100644 --- a/pkgs/by-name/on/onednn/package.nix +++ b/pkgs/by-name/on/onednn/package.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: { version = "3.11.2"; src = fetchFromGitHub { - owner = "oneapi-src"; + owner = "uxlfoundation"; repo = "oneDNN"; rev = "v${finalAttrs.version}"; hash = "sha256-xJTllrKs6mPNM85ZqyHTHWKpVOtOghmg4ZRFAvQZ4WU="; @@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: { ''; meta = { - changelog = "https://github.com/oneapi-src/oneDNN/releases/tag/v${finalAttrs.version}"; + changelog = "https://github.com/uxlfoundation/oneDNN/releases/tag/v${finalAttrs.version}"; description = "oneAPI Deep Neural Network Library (oneDNN)"; homepage = "http://uxlfoundation.github.io/oneDNN"; license = lib.licenses.asl20; diff --git a/pkgs/by-name/on/onednn_2/package.nix b/pkgs/by-name/on/onednn_2/package.nix index 51a6fa36e2ee..ef96862c2d59 100644 --- a/pkgs/by-name/on/onednn_2/package.nix +++ b/pkgs/by-name/on/onednn_2/package.nix @@ -7,7 +7,7 @@ # This was originally called mkl-dnn, then it was renamed to dnnl, and it has # just recently been renamed again to oneDNN. See here for details: -# https://github.com/oneapi-src/oneDNN#oneapi-deep-neural-network-library-onednn +# https://github.com/uxlfoundation/oneDNN#oneapi-deep-neural-network-library-onednn # onednn_2 is currently only consumed by rocmPackages.migraphx and likely # to be dropped once migraphx can migrate to 3 stdenv.mkDerivation (finalAttrs: { @@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: { version = "2.7.5"; src = fetchFromGitHub { - owner = "oneapi-src"; + owner = "uxlfoundation"; repo = "oneDNN"; rev = "v${finalAttrs.version}"; sha256 = "sha256-oMPBORAdL2rk2ewyUrInYVHYBRvuvNX4p4rwykO3Rhs="; @@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: { ''; meta = { - changelog = "https://github.com/oneapi-src/oneDNN/releases/tag/v${finalAttrs.version}"; + changelog = "https://github.com/uxlfoundation/oneDNN/releases/tag/v${finalAttrs.version}"; description = "oneAPI Deep Neural Network Library (oneDNN)"; homepage = "http://uxlfoundation.github.io/oneDNN"; license = lib.licenses.asl20; From ba03bf022f7bdd013bfa821b3911b71ad7ce54f8 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:14:46 +0200 Subject: [PATCH 44/53] orca-slicer: update GitHub owner name --- pkgs/by-name/or/orca-slicer/package.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/or/orca-slicer/package.nix b/pkgs/by-name/or/orca-slicer/package.nix index c1a154e1fb19..c1880e18077a 100644 --- a/pkgs/by-name/or/orca-slicer/package.nix +++ b/pkgs/by-name/or/orca-slicer/package.nix @@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: { version = "2.3.2"; src = fetchFromGitHub { - owner = "SoftFever"; + owner = "OrcaSlicer"; repo = "OrcaSlicer"; tag = "v${finalAttrs.version}"; hash = "sha256-c1WTODLrXGtyJWkEueOz5jHhPbA/JFcMeAwhpvoKnKo="; @@ -140,11 +140,11 @@ stdenv.mkDerivation (finalAttrs: { ./patches/0001-not-for-upstream-CMakeLists-Link-against-webkit2gtk-.patch # Link opencv_core and opencv_imgproc instead of opencv_world ./patches/dont-link-opencv-world-orca.patch - # The changeset from https://github.com/SoftFever/OrcaSlicer/pull/7650, can be removed when that PR gets merged + # The changeset from https://github.com/OrcaSlicer/OrcaSlicer/pull/7650, can be removed when that PR gets merged # Allows disabling the update nag screen (fetchpatch { name = "pr-7650-configurable-update-check.patch"; - url = "https://github.com/SoftFever/OrcaSlicer/commit/d10a06ae11089cd1f63705e87f558e9392f7a167.patch"; + url = "https://github.com/OrcaSlicer/OrcaSlicer/commit/d10a06ae11089cd1f63705e87f558e9392f7a167.patch"; hash = "sha256-t4own5AwPsLYBsGA15id5IH1ngM0NSuWdFsrxMRXmTk="; }) @@ -244,8 +244,8 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)"; - homepage = "https://github.com/SoftFever/OrcaSlicer"; - changelog = "https://github.com/SoftFever/OrcaSlicer/releases/tag/v${finalAttrs.version}"; + homepage = "https://github.com/OrcaSlicer/OrcaSlicer"; + changelog = "https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/v${finalAttrs.version}"; license = lib.licenses.agpl3Only; maintainers = with lib.maintainers; [ zhaofengli From f1bf897f11008328f11a48436ba9cba35b6b6dbf Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:15:06 +0200 Subject: [PATCH 45/53] oxicloud: update GitHub owner name --- pkgs/by-name/ox/oxicloud/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ox/oxicloud/package.nix b/pkgs/by-name/ox/oxicloud/package.nix index ef43c96a445a..fe82bef6610e 100644 --- a/pkgs/by-name/ox/oxicloud/package.nix +++ b/pkgs/by-name/ox/oxicloud/package.nix @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage (finalAttrs: { __structuredAttrs = true; src = fetchFromGitHub { - owner = "DioCrafts"; + owner = "AtalayaLabs"; repo = "OxiCloud"; tag = "v${finalAttrs.version}"; hash = "sha256-+jtFA6SWHcTTEjc+am2oFqJ1cC2bmKb5oppchpAN0SE="; @@ -41,8 +41,8 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Ultra-fast, secure & lightweight self-hosted cloud storage"; - homepage = "https://github.com/DioCrafts/OxiCloud"; - changelog = "https://github.com/DioCrafts/OxiCloud/releases/tag/v${finalAttrs.version}"; + homepage = "https://github.com/AtalayaLabs/OxiCloud"; + changelog = "https://github.com/AtalayaLabs/OxiCloud/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; mainProgram = "oxicloud"; maintainers = with lib.maintainers; [ flashonfire ]; From ab5b92b7d641a7feedb3ed9ee8d9b3b83d428a05 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:15:27 +0200 Subject: [PATCH 46/53] pgagroal: update GitHub owner name --- pkgs/by-name/pg/pgagroal/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/pg/pgagroal/package.nix b/pkgs/by-name/pg/pgagroal/package.nix index 18745cb45021..66d8529929a8 100644 --- a/pkgs/by-name/pg/pgagroal/package.nix +++ b/pkgs/by-name/pg/pgagroal/package.nix @@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: { version = "1.6.0"; src = fetchFromGitHub { - owner = "agroal"; + owner = "pgagroal"; repo = "pgagroal"; rev = finalAttrs.version; hash = "sha256-bgJvGJ35RdFopW88o+H1DLpG70anP197y6xrpRRrxUA="; @@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "High-performance connection pool for PostgreSQL"; homepage = "https://agroal.github.io/pgagroal/"; - changelog = "https://github.com/agroal/pgagroal/releases/tag/${finalAttrs.version}"; + changelog = "https://github.com/pgagroal/pgagroal/releases/tag/${finalAttrs.version}"; license = lib.licenses.bsd3; maintainers = [ ]; platforms = lib.platforms.unix; From 8da21eb03a12473a97881ebce3df2b78cca574e8 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:16:00 +0200 Subject: [PATCH 47/53] podman-bootc: update GitHub owner name --- pkgs/by-name/po/podman-bootc/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/po/podman-bootc/package.nix b/pkgs/by-name/po/podman-bootc/package.nix index 7c61bca20a66..59c7fa4388c0 100644 --- a/pkgs/by-name/po/podman-bootc/package.nix +++ b/pkgs/by-name/po/podman-bootc/package.nix @@ -15,7 +15,7 @@ buildGoModule (finalAttrs: { version = "0.1.2"; src = fetchFromGitHub { - owner = "containers"; + owner = "bootc-dev"; repo = "podman-bootc"; tag = "v${finalAttrs.version}"; hash = "sha256-Hxg2QSedPAWYZpuesUEFol9bpTppjB0/MpCcB+txMDc="; @@ -62,8 +62,8 @@ buildGoModule (finalAttrs: { meta = { description = "Streamlining podman+bootc interactions"; - homepage = "https://github.com/containers/podman-bootc"; - changelog = "https://github.com/containers/podman-bootc/releases/tag/${finalAttrs.src.tag}"; + homepage = "https://github.com/bootc-dev/podman-bootc"; + changelog = "https://github.com/bootc-dev/podman-bootc/releases/tag/${finalAttrs.src.tag}"; maintainers = with lib.maintainers; [ evan-goode ]; license = lib.licenses.asl20; # x86_64-darwin does not seem to be supported at this time: From 54da257fbd216bd8b5817e9259bf9e753ca7e81b Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:17:17 +0200 Subject: [PATCH 48/53] podman-desktop: update GitHub owner name --- pkgs/by-name/po/podman-desktop/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/po/podman-desktop/package.nix b/pkgs/by-name/po/podman-desktop/package.nix index 139c66fe2583..2d2f2bbe6cec 100644 --- a/pkgs/by-name/po/podman-desktop/package.nix +++ b/pkgs/by-name/po/podman-desktop/package.nix @@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: { ]; src = fetchFromGitHub { - owner = "containers"; + owner = "podman-desktop"; repo = "podman-desktop"; tag = "v${finalAttrs.version}"; hash = "sha256-VVyKC1z7YECZlbTaFaq2OwGg0k22qBbn/HEOYiJ8fcw="; @@ -158,7 +158,7 @@ stdenv.mkDerivation (finalAttrs: { '' ); - # see: https://github.com/containers/podman-desktop/blob/main/.flatpak.desktop + # see: https://github.com/podman-desktop/podman-desktop/blob/main/.flatpak.desktop desktopItems = [ (makeDesktopItem { name = "podman-desktop"; @@ -175,7 +175,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Graphical tool for developing on containers and Kubernetes"; homepage = "https://podman-desktop.io"; - changelog = "https://github.com/containers/podman-desktop/releases/tag/v${finalAttrs.version}"; + changelog = "https://github.com/podman-desktop/podman-desktop/releases/tag/v${finalAttrs.version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ booxter From 48be9f677230d8bf8bf69bb3209b33512d8544fd Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:18:36 +0200 Subject: [PATCH 49/53] portablemc: update GitHub owner name --- pkgs/by-name/po/portablemc/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/po/portablemc/package.nix b/pkgs/by-name/po/portablemc/package.nix index 812b6fa2f9f9..2e795d12a94e 100644 --- a/pkgs/by-name/po/portablemc/package.nix +++ b/pkgs/by-name/po/portablemc/package.nix @@ -51,7 +51,7 @@ python3Packages.buildPythonApplication (finalAttrs: { pyproject = true; src = fetchFromGitHub { - owner = "mindstorm38"; + owner = "theorzr"; repo = "portablemc"; tag = "v${finalAttrs.version}"; hash = "sha256-KE1qf6aIcDjwKzrdKDUmriWfAt+vuriew6ixHKm0xs8="; @@ -84,14 +84,14 @@ python3Packages.buildPythonApplication (finalAttrs: { ''; meta = { - homepage = "https://github.com/mindstorm38/portablemc"; + homepage = "https://github.com/theorzr/portablemc"; description = "Fast, reliable and cross-platform command-line Minecraft launcher and API for developers"; longDescription = '' A fast, reliable and cross-platform command-line Minecraft launcher and API for developers. Including fast and easy installation of common mod loaders such as Fabric, Forge, NeoForge and Quilt. This launcher is compatible with the standard Minecraft directories. ''; - changelog = "https://github.com/mindstorm38/portablemc/releases/tag/${finalAttrs.src.tag}"; + changelog = "https://github.com/theorzr/portablemc/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.gpl3Only; mainProgram = "portablemc"; maintainers = with lib.maintainers; [ tomasajt ]; From 580127e4719bfef730bd8a10e01a893b4c1eed33 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:19:22 +0200 Subject: [PATCH 50/53] postgresqlPackages.pg_auto_failover: update GitHub owner name --- pkgs/servers/sql/postgresql/ext/pg_auto_failover.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/sql/postgresql/ext/pg_auto_failover.nix b/pkgs/servers/sql/postgresql/ext/pg_auto_failover.nix index 4cc2eb58e73d..d4b297ce0717 100644 --- a/pkgs/servers/sql/postgresql/ext/pg_auto_failover.nix +++ b/pkgs/servers/sql/postgresql/ext/pg_auto_failover.nix @@ -10,7 +10,7 @@ postgresqlBuildExtension (finalAttrs: { version = "2.2"; src = fetchFromGitHub { - owner = "citusdata"; + owner = "hapostgres"; repo = "pg_auto_failover"; tag = "v${finalAttrs.version}"; hash = "sha256-lsnVry+5n08kLOun8u0B7XFvI5ijTKJtFJ84fixMHe4="; @@ -26,8 +26,8 @@ postgresqlBuildExtension (finalAttrs: { (lib.versionAtLeast postgresql.version "18"); description = "PostgreSQL extension and service for automated failover and high-availability"; mainProgram = "pg_autoctl"; - homepage = "https://github.com/citusdata/pg_auto_failover"; - changelog = "https://github.com/citusdata/pg_auto_failover/blob/v${finalAttrs.version}/CHANGELOG.md"; + homepage = "https://github.com/hapostgres/pg_auto_failover"; + changelog = "https://github.com/hapostgres/pg_auto_failover/blob/v${finalAttrs.version}/CHANGELOG.md"; maintainers = [ ]; platforms = postgresql.meta.platforms; license = lib.licenses.postgresql; From 058e8a88d00aeee00e87efb44f8960c9af4bcc56 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:19:49 +0200 Subject: [PATCH 51/53] postgresqlPackages.pgmq: update GitHub owner name --- pkgs/servers/sql/postgresql/ext/pgmq.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/sql/postgresql/ext/pgmq.nix b/pkgs/servers/sql/postgresql/ext/pgmq.nix index 91ed2fc4fefc..c3a9eedb7ca0 100644 --- a/pkgs/servers/sql/postgresql/ext/pgmq.nix +++ b/pkgs/servers/sql/postgresql/ext/pgmq.nix @@ -10,7 +10,7 @@ postgresqlBuildExtension (finalAttrs: { version = "1.11.1"; src = fetchFromGitHub { - owner = "tembo-io"; + owner = "pgmq"; repo = "pgmq"; tag = "v${finalAttrs.version}"; hash = "sha256-BPOrQ7HcgTaTJIRzWUCG3iJN3mUjwIxa/wPxvJ1l4o4="; @@ -23,7 +23,7 @@ postgresqlBuildExtension (finalAttrs: { meta = { description = "Lightweight message queue like AWS SQS and RSMQ but on Postgres"; homepage = "https://tembo.io/pgmq"; - changelog = "https://github.com/tembo-io/pgmq/releases/tag/v${finalAttrs.version}"; + changelog = "https://github.com/pgmq/pgmq/releases/tag/v${finalAttrs.version}"; maintainers = with lib.maintainers; [ takeda ]; platforms = postgresql.meta.platforms; license = lib.licenses.postgresql; From fb8a8d8afd99b9e10abb2648e9df4af4f40cf871 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:20:38 +0200 Subject: [PATCH 52/53] prospector: update GitHub owner name --- pkgs/development/tools/prospector/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/prospector/default.nix b/pkgs/development/tools/prospector/default.nix index 9d811996d625..68f8a11d3d90 100644 --- a/pkgs/development/tools/prospector/default.nix +++ b/pkgs/development/tools/prospector/default.nix @@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec { pyproject = true; src = fetchFromGitHub { - owner = "PyCQA"; + owner = "prospector-dev"; repo = "prospector"; tag = "v${version}"; hash = "sha256-94JGKX91d2kul+KMYohga9KCOj6RN/YKpD8e4nWSOOM="; @@ -70,8 +70,8 @@ python3.pkgs.buildPythonApplication rec { meta = { description = "Tool to analyse Python code and output information about errors, potential problems, convention violations and complexity"; - homepage = "https://github.com/PyCQA/prospector"; - changelog = "https://github.com/PyCQA/prospector/blob/v${version}/CHANGELOG.rst"; + homepage = "https://github.com/prospector-dev/prospector"; + changelog = "https://github.com/prospector-dev/prospector/blob/v${version}/CHANGELOG.rst"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ kamadorueda ]; }; From 537cf8f3fc4ead06010b36187b7060cbcc447617 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:21:04 +0200 Subject: [PATCH 53/53] python3Packages.nbdev: update GitHub owner name --- pkgs/development/python-modules/nbdev/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/nbdev/default.nix b/pkgs/development/python-modules/nbdev/default.nix index 5a67b05d90cb..77054afdc230 100644 --- a/pkgs/development/python-modules/nbdev/default.nix +++ b/pkgs/development/python-modules/nbdev/default.nix @@ -48,9 +48,9 @@ buildPythonPackage (finalAttrs: { pythonImportsCheck = [ "nbdev" ]; meta = { - homepage = "https://github.com/fastai/nbdev"; + homepage = "https://github.com/AnswerDotAI/nbdev"; description = "Create delightful software with Jupyter Notebooks"; - changelog = "https://github.com/fastai/nbdev/blob/${finalAttrs.version}/CHANGELOG.md"; + changelog = "https://github.com/AnswerDotAI/nbdev/blob/${finalAttrs.version}/CHANGELOG.md"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ rxiao ]; };