python3Packages.sunpy: fix url (#492002)
This commit is contained in:
@@ -212,7 +212,7 @@ buildPythonPackage (finalAttrs: {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Python for Solar Physics";
|
description = "Python for Solar Physics";
|
||||||
homepage = "https://sunpy.org";
|
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";
|
changelog = "https://docs.sunpy.org/en/stable/whatsnew/changelog.html";
|
||||||
license = lib.licenses.bsd2;
|
license = lib.licenses.bsd2;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
|
|||||||
Reference in New Issue
Block a user