From c36b0e74c1ead92754e8fc91c628afec1d859f6e Mon Sep 17 00:00:00 2001 From: areon546 <57325743+areon546@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:36:59 +0000 Subject: [PATCH] jp2a: rename url previous url would redirect users to a variety of websites, seems domain no longer maintained doesn't make sense to have a link to a broken website, at least the github page directs users to more active developers original page that would have been hosted: https://github.com/cslarsen/csl.name/blob/master/source/jp2a/index.html --- pkgs/by-name/jp/jp2a/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/jp/jp2a/package.nix b/pkgs/by-name/jp/jp2a/package.nix index 10ff29d72b96..22e5fadc3b62 100644 --- a/pkgs/by-name/jp/jp2a/package.nix +++ b/pkgs/by-name/jp/jp2a/package.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { broken = stdenv.hostPlatform.isDarwin; - homepage = "https://csl.name/jp2a/"; + homepage = "https://github.com/Talinx/jp2a"; description = "Small utility that converts JPG images to ASCII"; license = lib.licenses.gpl2Only; maintainers = [ lib.maintainers.FlorianFranzen ];