python3Packages.sunpy: fix url (#492002)

This commit is contained in:
Jo
2026-02-19 10:31:53 +00:00
committed by GitHub
@@ -212,7 +212,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Python for Solar Physics";
homepage = "https://sunpy.org";
downloadPage = "github.com/sunpy/sunpy";
downloadPage = "https://github.com/sunpy/sunpy";
changelog = "https://docs.sunpy.org/en/stable/whatsnew/changelog.html";
license = lib.licenses.bsd2;
maintainers = [ ];