python314Packages.pyvo: aadd changelog to meta

This commit is contained in:
Fabian Affolter
2026-02-15 11:42:20 +01:00
committed by GitHub
parent eea70d158e
commit d1facae9eb
@@ -49,6 +49,7 @@ buildPythonPackage rec {
meta = {
description = "Astropy affiliated package for accessing Virtual Observatory data and services";
homepage = "https://github.com/astropy/pyvo";
changelog = "https://github.com/astropy/pyvo/releases/tag/v${version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ smaret ];
};