python3Packages.lazr-restfulclient: update homepage, remove changelog

Pypi page is more verbose and also contains the changelog itself. The
original git/bazaar repo is (at the moment of committing) unviewable.
This commit is contained in:
Acid Bong
2026-05-03 21:08:43 +03:00
parent 8ce4c122d4
commit 13ef7cb44a

View File

@@ -51,8 +51,7 @@ buildPythonPackage rec {
meta = {
description = "Programmable client library that takes advantage of the commonalities among";
homepage = "https://launchpad.net/lazr.restfulclient";
changelog = "https://git.launchpad.net/lazr.restfulclient/tree/NEWS.rst?h=${version}";
homepage = "https://pypi.org/project/lazr.restfulclient";
license = lib.licenses.lgpl3Plus;
maintainers = [ ];
};