Commit 7088c26f authored by Anders Kaseorg's avatar Anders Kaseorg
Browse files

pypy: Fix changelog URL



Signed-off-by: default avatarAnders Kaseorg <andersk@mit.edu>
parent 0726a0ec
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;