Commit c36b0e74 authored by areon546's avatar areon546
Browse files

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
parent 9c54fa8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];