From 56dbb0d45d760ca68a6b6ca9297f94f12d1a30bd Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 01/16] geda: update homepage --- pkgs/applications/science/electronics/geda/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/electronics/geda/default.nix b/pkgs/applications/science/electronics/geda/default.nix index 8ed37c9b4b3c..8efcbd3bae83 100644 --- a/pkgs/applications/science/electronics/geda/default.nix +++ b/pkgs/applications/science/electronics/geda/default.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Full GPL'd suite of Electronic Design Automation tools"; - homepage = "http://www.geda-project.org/"; + homepage = "https://geda.sourceforge.net/"; maintainers = with maintainers; [ pjones ]; platforms = platforms.linux; license = licenses.gpl2; From dd2c7ac84755caffc32c4e804562d00aeb35b7fc Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 02/16] gsoap: update homepage --- pkgs/by-name/gs/gsoap/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/gs/gsoap/package.nix b/pkgs/by-name/gs/gsoap/package.nix index 27bdec91f290..ece6659ddc4b 100644 --- a/pkgs/by-name/gs/gsoap/package.nix +++ b/pkgs/by-name/gs/gsoap/package.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "C/C++ toolkit for SOAP web services and XML-based applications"; - homepage = "http://www.cs.fsu.edu/~engelen/soap.html"; + homepage = "https://www.genivia.com/products.html"; # gsoap is dual/triple licensed (see homepage for details): # 1. gSOAP Public License 1.3 (based on Mozilla Public License 1.1). # Components NOT covered by the gSOAP Public License are: From ecfabc1945c684c6b7509ab571898635d18a2774 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 03/16] parmetis: update homepage --- pkgs/by-name/pa/parmetis/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/pa/parmetis/package.nix b/pkgs/by-name/pa/parmetis/package.nix index a2289eea3069..8419e81b19f5 100644 --- a/pkgs/by-name/pa/parmetis/package.nix +++ b/pkgs/by-name/pa/parmetis/package.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation { recursive-bisection, multilevel k-way, and multi-constraint partitioning schemes ''; - homepage = "http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview"; + homepage = "https://github.com/KarypisLab/ParMETIS"; platforms = platforms.all; license = licenses.unfree; maintainers = [ maintainers.costrouc ]; From aba04b93fb4033605ae3d13cbbc43147d9fe935a Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 04/16] python312Packages.should-dsl: update homepage --- pkgs/development/python-modules/should-dsl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/should-dsl/default.nix b/pkgs/development/python-modules/should-dsl/default.nix index 5ff8faa1b862..1760ed454397 100644 --- a/pkgs/development/python-modules/should-dsl/default.nix +++ b/pkgs/development/python-modules/should-dsl/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { meta = with lib; { description = "Should assertions in Python as clear and readable as possible"; - homepage = "http://www.should-dsl.info/"; + homepage = "https://github.com/nsi-iff/should-dsl"; license = licenses.mit; maintainers = with maintainers; [ jluttine ]; }; From aabacf63f99338d5679752378d72a79f066fe093 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 05/16] btar: update homepage --- pkgs/by-name/bt/btar/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/bt/btar/package.nix b/pkgs/by-name/bt/btar/package.nix index 9c92464bf481..2109d92ab884 100644 --- a/pkgs/by-name/bt/btar/package.nix +++ b/pkgs/by-name/bt/btar/package.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { description = "Tar-compatible block-based archiver"; mainProgram = "btar"; license = lib.licenses.gpl3Plus; - homepage = "https://viric.name/cgi-bin/btar"; + homepage = "https://briantracy.xyz/writing/btar.html"; platforms = platforms.all; maintainers = [ ]; }; From 09c9f352a4485c272a6722de88dca6f3cdcc1bd4 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 06/16] python312Packages.gym: update homepage --- pkgs/development/python-modules/gym/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/gym/default.nix b/pkgs/development/python-modules/gym/default.nix index 69165286ba00..a2951074a122 100644 --- a/pkgs/development/python-modules/gym/default.nix +++ b/pkgs/development/python-modules/gym/default.nix @@ -34,7 +34,7 @@ buildPythonPackage rec { meta = with lib; { description = "Toolkit for developing and comparing your reinforcement learning agents"; - homepage = "https://gym.openai.com/"; + homepage = "https://www.gymlibrary.dev/"; license = licenses.mit; maintainers = with maintainers; [ hyphon81 ]; }; From 101687aeef4285f7f283a7556bf1d33fced50433 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 07/16] zchaff: update homepage --- pkgs/by-name/zc/zchaff/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/zc/zchaff/package.nix b/pkgs/by-name/zc/zchaff/package.nix index 4e486c5a9512..c0ffc52641da 100644 --- a/pkgs/by-name/zc/zchaff/package.nix +++ b/pkgs/by-name/zc/zchaff/package.nix @@ -26,7 +26,7 @@ clangStdenv.mkDerivation rec { ''; meta = with lib; { - homepage = "https://www.princeton.edu/~chaff/zchaf"; + homepage = "https://www.princeton.edu/~chaff/zchaff.html"; description = "Accelerated SAT Solver from Princeton"; mainProgram = "zchaff"; license = licenses.mit; From 5306d451852fa47d22296317cde6d40bd7a99af9 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 08/16] nifskope: update homepage --- pkgs/tools/graphics/nifskope/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/graphics/nifskope/default.nix b/pkgs/tools/graphics/nifskope/default.nix index 609c75e6c1c8..26e0d03540b9 100644 --- a/pkgs/tools/graphics/nifskope/default.nix +++ b/pkgs/tools/graphics/nifskope/default.nix @@ -75,7 +75,7 @@ stdenv.mkDerivation { ''; meta = with lib; { - homepage = "https://niftools.sourceforge.net/wiki/NifSkope"; + homepage = "https://github.com/niftools/nifskope"; description = "Tool for analyzing and editing NetImmerse/Gamebryo '*.nif' files"; maintainers = [ ]; platforms = platforms.linux; From 852df7bff1443b91a20e0e6310c18216a1dc9209 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 09/16] python312Packages.permissionedforms: update homepage and changelog --- pkgs/development/python-modules/permissionedforms/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/permissionedforms/default.nix b/pkgs/development/python-modules/permissionedforms/default.nix index 8abf3f5abf99..053786250673 100644 --- a/pkgs/development/python-modules/permissionedforms/default.nix +++ b/pkgs/development/python-modules/permissionedforms/default.nix @@ -31,8 +31,8 @@ buildPythonPackage rec { meta = with lib; { description = "Django extension for creating forms that vary according to user permissions"; - homepage = "https://github.com/wagtail/permissionedforms"; - changelog = "https://github.com/wagtail/permissionedforms/blob/v${version}/CHANGELOG.md"; + homepage = "https://github.com/wagtail/django-permissionedforms"; + changelog = "https://github.com/wagtail/django-permissionedforms/blob/v${version}/CHANGELOG.md"; license = licenses.bsd3; maintainers = with maintainers; [ sephi ]; }; From b2a5bce07f99a3ff3fb03d4a3809e4e1b6a8ca10 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 10/16] ion-3: update homepage --- pkgs/applications/window-managers/ion-3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/ion-3/default.nix b/pkgs/applications/window-managers/ion-3/default.nix index 3ab12933a18b..451e243b163b 100644 --- a/pkgs/applications/window-managers/ion-3/default.nix +++ b/pkgs/applications/window-managers/ion-3/default.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Tiling tabbed window manager designed with keyboard users in mind"; - homepage = "https://modeemi.fi/~tuomov/ion"; + homepage = "https://tuomov.iki.fi/software/ion/"; platforms = with platforms; linux; license = licenses.lgpl21; maintainers = [ ]; From c7f3222921fbcc0ed8af5af819a92ce761329c21 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 11/16] openbugs: update homepage --- pkgs/applications/science/machine-learning/openbugs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/machine-learning/openbugs/default.nix b/pkgs/applications/science/machine-learning/openbugs/default.nix index 926188b41815..52055a7b32e3 100644 --- a/pkgs/applications/science/machine-learning/openbugs/default.nix +++ b/pkgs/applications/science/machine-learning/openbugs/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Software package for performing Bayesian analysis and simulation using Markov Chain Monte Carlo"; - homepage = "https://www.mrc-bsu.cam.ac.uk/software/bugs/openbugs/"; + homepage = "https://github.com/jsta/openbugs/"; changelog = "https://github.com/jsta/openbugs/blob/master/ChangeLog"; platforms = [ "i686-linux" "x86_64-linux" ]; license = licenses.gpl3Only; From 0875205abbf50272560f8341e3e6d6d95005c31f Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 12/16] pcb: update homepage --- pkgs/by-name/pc/pcb/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/pc/pcb/package.nix b/pkgs/by-name/pc/pcb/package.nix index 1dd1be7f912a..e81c92f9cd56 100644 --- a/pkgs/by-name/pc/pcb/package.nix +++ b/pkgs/by-name/pc/pcb/package.nix @@ -62,7 +62,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Printed Circuit Board editor"; - homepage = "http://pcb.geda-project.org/"; + homepage = "https://sourceforge.net/projects/pcb/"; maintainers = with maintainers; [ mog ]; platforms = platforms.linux; license = licenses.gpl2; From ba5fc34f1f290d13faa963325ae95c1a61b1df4b Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 13/16] ocamlPackages.cil: update homepage --- pkgs/development/ocaml-modules/cil/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/cil/default.nix b/pkgs/development/ocaml-modules/cil/default.nix index 73e37f9281bc..da1c0aa10c2b 100644 --- a/pkgs/development/ocaml-modules/cil/default.nix +++ b/pkgs/development/ocaml-modules/cil/default.nix @@ -39,7 +39,7 @@ else prefixKey = "-prefix="; meta = with lib; { - homepage = "http://kerneis.github.io/cil/"; + homepage = "https://sourceforge.net/projects/cil/"; description = "Front-end for the C programming language that facilitates program analysis and transformation"; license = licenses.bsd3; maintainers = [ maintainers.vbgl ]; From ba3f5d428a32fceeb191a50786bf4b690677ac4e Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 14/16] nullidentdmod: update homepage --- pkgs/by-name/nu/nullidentdmod/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/nu/nullidentdmod/package.nix b/pkgs/by-name/nu/nullidentdmod/package.nix index 347319f6016c..fb7782df00ee 100644 --- a/pkgs/by-name/nu/nullidentdmod/package.nix +++ b/pkgs/by-name/nu/nullidentdmod/package.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { version = "1.3"; src = fetchFromGitHub { - owner = "Acidhub"; + owner = "Ranthrall"; repo = "nullidentdmod"; rev = "v${version}"; sha256 = "1ahwm5pyidc6m07rh5ls2lc25kafrj233nnbcybprgl7bqdq1b0k"; @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { description = "Simple identd that just replies with a random string or customized userid"; mainProgram = "nullidentdmod"; license = licenses.gpl2Plus; - homepage = "http://acidhub.click/NullidentdMod"; + homepage = "https://github.com/Ranthrall/nullidentdmod"; maintainers = with maintainers; [ das_j ]; platforms = platforms.linux; # Must be run by systemd }; From c1c88c2a29e97c85893d1a526e752a292e508d1f Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 15/16] python312Packages.llama-index-legacy: update homepage --- pkgs/development/python-modules/llama-index-legacy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/llama-index-legacy/default.nix b/pkgs/development/python-modules/llama-index-legacy/default.nix index 43e13c7cedeb..06d32b341bcd 100644 --- a/pkgs/development/python-modules/llama-index-legacy/default.nix +++ b/pkgs/development/python-modules/llama-index-legacy/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { meta = with lib; { description = "LlamaIndex Readers Integration for files"; - homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-legacy"; + homepage = "https://github.com/run-llama/llama_index/tree/v0.9.48"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; From a2a097866af690493fcd8505c3d45dc66ff90033 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH 16/16] terra-station: update homepage --- pkgs/by-name/te/terra-station/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/te/terra-station/package.nix b/pkgs/by-name/te/terra-station/package.nix index 7cfc3a97e3d9..9cc16d1e198f 100644 --- a/pkgs/by-name/te/terra-station/package.nix +++ b/pkgs/by-name/te/terra-station/package.nix @@ -73,7 +73,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Terra station is the official wallet of the Terra blockchain"; - homepage = "https://docs.terra.money/docs/learn/terra-station/README.html"; + homepage = "https://station.money/"; license = licenses.isc; maintainers = [ maintainers.peterwilli ]; platforms = [ "x86_64-linux" ];