python311Packages.atom: add changelog to meta

This commit is contained in:
Fabian Affolter 2024-01-27 09:46:45 +01:00 committed by GitHub
parent 5e6c4aa49a
commit 0969ed1493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Memory efficient Python objects";
homepage = "https://github.com/nucleic/atom";
changelog = "https://github.com/nucleic/atom/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ bhipple ];
};