pypy: Fix changelog URL (#514182)

This commit is contained in:
Arne Keller
2026-04-28 09:55:53 +00:00
committed by GitHub
@@ -390,7 +390,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://www.pypy.org/";
changelog = "https://doc.pypy.org/en/stable/release-v${version}.html";
changelog = "https://doc.pypy.org/release-v${version}.html";
description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})";
mainProgram = "pypy";
license = lib.licenses.mit;