Merge pull request #306281 from Mic92/cbor
python3.pkgs.cbor: fix homepage
This commit is contained in:
commit
750c44ec90
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://bitbucket.org/bodhisnarkva/cbor";
|
||||
homepage = "https://github.com/brianolson/cbor_py";
|
||||
description = "Concise Binary Object Representation (CBOR) library";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ oxzi ];
|
||||
|
|
Loading…
Reference in a new issue