From 13ef7cb44addff454e3ce80fd48cce6c7222dafb Mon Sep 17 00:00:00 2001 From: Acid Bong Date: Sun, 3 May 2026 21:08:43 +0300 Subject: [PATCH] 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. --- pkgs/development/python-modules/lazr-restfulclient/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/lazr-restfulclient/default.nix b/pkgs/development/python-modules/lazr-restfulclient/default.nix index cd0b2508a4b5..e289ef57e847 100644 --- a/pkgs/development/python-modules/lazr-restfulclient/default.nix +++ b/pkgs/development/python-modules/lazr-restfulclient/default.nix @@ -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 = [ ]; };