From f0fef1bf5bd366ad6b137aacbf6ea55900ca1004 Mon Sep 17 00:00:00 2001 From: Haris <67912527+HarisDotParis@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:30:09 +0100 Subject: [PATCH] wsjtx - docs: updated homepage ref --- pkgs/applications/radio/wsjtx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/radio/wsjtx/default.nix b/pkgs/applications/radio/wsjtx/default.nix index 23fb34db0e32..b624898664c8 100644 --- a/pkgs/applications/radio/wsjtx/default.nix +++ b/pkgs/applications/radio/wsjtx/default.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { These modes were all designed for making reliable, confirmed ham radio contacts under extreme weak-signal conditions. ''; - homepage = "https://physics.princeton.edu/pulsar/k1jt/wsjtx.html"; + homepage = "https://wsjt.sourceforge.io"; license = with licenses; [ gpl3Plus ]; platforms = platforms.linux; maintainers = with maintainers; [ lasandell numinit melling ];