From df5565f1c809e038eaaee45826c8b70ef82409ca Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 25 Mar 2025 10:56:05 +0100 Subject: [PATCH 1/7] flock: add homepage --- pkgs/by-name/fl/flock/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/fl/flock/package.nix b/pkgs/by-name/fl/flock/package.nix index bb174cf5e01f..c571f076bb16 100644 --- a/pkgs/by-name/fl/flock/package.nix +++ b/pkgs/by-name/fl/flock/package.nix @@ -33,6 +33,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Cross-platform version of flock(1)"; + homepage = "https://github.com/discoteq/flock"; maintainers = with maintainers; [ matthewbauer ]; mainProgram = "flock"; platforms = platforms.all; From a57dc73e707e7c5b0a91dce0974b3cb8b1428944 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 25 Mar 2025 10:59:33 +0100 Subject: [PATCH 2/7] ntfy: update homepage --- pkgs/by-name/nt/ntfy/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/nt/ntfy/package.nix b/pkgs/by-name/nt/ntfy/package.nix index 5cb782c08d04..2cfbace33ecf 100644 --- a/pkgs/by-name/nt/ntfy/package.nix +++ b/pkgs/by-name/nt/ntfy/package.nix @@ -125,7 +125,7 @@ python.pkgs.buildPythonApplication rec { meta = with lib; { description = "Utility for sending notifications, on demand and when commands finish"; - homepage = "https://ntfy.rtfd.org/"; + homepage = "https://ntfy.readthedocs.io/en/latest/"; license = licenses.gpl3; maintainers = with maintainers; [ kamilchm ]; mainProgram = "ntfy"; From 2c03136451e7e71d8920a02211de344358ef17c0 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 25 Mar 2025 11:02:16 +0100 Subject: [PATCH 3/7] perseus-cli: update homepage --- pkgs/by-name/pe/perseus-cli/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/pe/perseus-cli/package.nix b/pkgs/by-name/pe/perseus-cli/package.nix index 11a996ebfe2f..f5acdfc3047d 100644 --- a/pkgs/by-name/pe/perseus-cli/package.nix +++ b/pkgs/by-name/pe/perseus-cli/package.nix @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec { ''; meta = with lib; { - homepage = "https://arctic-hen7.github.io/perseus"; + homepage = "https://framesurge.sh/perseus/en-US"; description = "High-level web development framework for Rust with full support for server-side rendering and static generation"; maintainers = with maintainers; [ max-niederman ]; license = with licenses; [ mit ]; From f789e80ec212591b69c755f5dcab5a3b8f0932a3 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 25 Mar 2025 11:20:28 +0100 Subject: [PATCH 4/7] ucc: add homepage --- pkgs/by-name/uc/ucc/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/uc/ucc/package.nix b/pkgs/by-name/uc/ucc/package.nix index 72ed49bf5181..79930ce764f4 100644 --- a/pkgs/by-name/uc/ucc/package.nix +++ b/pkgs/by-name/uc/ucc/package.nix @@ -112,6 +112,7 @@ effectiveStdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "Collective communication operations API"; + homepage = "https://openucx.github.io/ucc/"; mainProgram = "ucc_info"; license = licenses.bsd3; maintainers = [ maintainers.markuskowa ]; From f17d336b3b70d3148dd4a56c5e2feb21c381eba6 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 25 Mar 2025 11:23:13 +0100 Subject: [PATCH 5/7] vlan: add homepage --- pkgs/by-name/vl/vlan/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/vl/vlan/package.nix b/pkgs/by-name/vl/vlan/package.nix index f2aee7bad060..9a090459fd6f 100644 --- a/pkgs/by-name/vl/vlan/package.nix +++ b/pkgs/by-name/vl/vlan/package.nix @@ -30,6 +30,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "User mode programs to enable VLANs on Ethernet devices"; + homepage = "https://www.candelatech.com/~greear/vlan.html"; platforms = platforms.linux; license = licenses.gpl2Plus; mainProgram = "vconfig"; From 7a4f8e976a5f49ce8dec54a074ee89a4d81cf686 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 25 Mar 2025 11:25:18 +0100 Subject: [PATCH 6/7] watson: update homepage --- pkgs/by-name/wa/watson/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/wa/watson/package.nix b/pkgs/by-name/wa/watson/package.nix index 93c5974e7bdf..38ee0e27b87c 100644 --- a/pkgs/by-name/wa/watson/package.nix +++ b/pkgs/by-name/wa/watson/package.nix @@ -13,17 +13,17 @@ buildPythonApplication rec { version = "2.1.0"; src = fetchFromGitHub { - owner = "TailorDev"; + owner = "jazzband"; repo = "Watson"; rev = version; sha256 = "sha256-/AASYeMkt18KPJljAjNPRYOpg/T5xuM10LJq4LrFD0g="; }; patches = [ - # https://github.com/TailorDev/Watson/pull/473 + # https://github.com/jazzband/Watson/pull/473 (fetchpatch { name = "fix-completion.patch"; - url = "https://github.com/TailorDev/Watson/commit/43ad061a981eb401c161266f497e34df891a5038.patch"; + url = "https://github.com/jazzband/Watson/commit/43ad061a981eb401c161266f497e34df891a5038.patch"; sha256 = "sha256-v8/asP1wooHKjyy9XXB4Rtf6x+qmGDHpRoHEne/ZCxc="; }) ]; @@ -49,7 +49,7 @@ buildPythonApplication rec { nativeBuildInputs = [ installShellFiles ]; meta = with lib; { - homepage = "https://tailordev.github.io/Watson/"; + homepage = "https://github.com/jazzband/Watson"; description = "Wonderful CLI to track your time!"; mainProgram = "watson"; license = licenses.mit; From 1039a2e16535acf1a8c4bfc2cd329f3fcc7ab45f Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 25 Mar 2025 11:26:56 +0100 Subject: [PATCH 7/7] xbase: update homepage --- pkgs/by-name/xb/xbase/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/xb/xbase/package.nix b/pkgs/by-name/xb/xbase/package.nix index 7f3afa0b159b..cd512138b5d3 100644 --- a/pkgs/by-name/xb/xbase/package.nix +++ b/pkgs/by-name/xb/xbase/package.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { ]; meta = with lib; { - homepage = "http://linux.techass.com/projects/xdb/"; + homepage = "https://sourceforge.net/projects/xdb/"; description = "C++ class library formerly known as XDB"; platforms = platforms.linux; license = licenses.lgpl2;