python311Packages.python-hosts: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-11-26 16:16:39 +01:00 committed by GitHub
parent 297b2f617d
commit fcaba88b2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A library for managing a hosts file. It enables adding and removing entries, or importing them from a file or URL";
homepage = "https://github.com/jonhadfield/python-hosts";
changelog = "https://github.com/jonhadfield/python-hosts/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ psyanticy ];
};