python3Packages.sunpy: fix url (#492002)
This commit is contained in:
@@ -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 = [ ];
|
||||
|
||||
Reference in New Issue
Block a user