python311Packages.radio-beam: add changelog to meta

- use with lib for meta
This commit is contained in:
Fabian Affolter
2023-11-04 10:42:21 +01:00
committed by GitHub
parent 056d3fba4b
commit e25e4aee78
@@ -42,11 +42,12 @@ buildPythonPackage rec {
"radio_beam"
];
meta = {
meta = with lib; {
description = "Tools for Beam IO and Manipulation";
homepage = "http://radio-astro-tools.github.io";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ smaret ];
changelog = "https://github.com/radio-astro-tools/radio-beam/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ smaret ];
};
}