Unverified Commit 37a29326 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

pypy: Fix changelog URL (#514182)

parents f396a151 7088c26f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;