python310Packages.precis-i18n: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-10 21:56:38 +01:00 committed by GitHub
parent b6fbf0143a
commit 95e942aa8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,8 +23,9 @@ buildPythonPackage rec {
];
meta = with lib; {
homepage = "https://github.com/byllyfish/precis_i18n";
description = "Internationalized usernames and passwords";
homepage = "https://github.com/byllyfish/precis_i18n";
changelog = "https://github.com/byllyfish/precis_i18n/blob/v${version}/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ ];
};