mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
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:
@@ -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 = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user