Unverified Commit ec7f61e5 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

jp2a: rename url (#458155)

parents 43a1a27b c36b0e74
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 ];