Unverified Commit fcaba88b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.python-hosts: add changelog to meta

parent 297b2f61
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };