lol

Merge pull request #306281 from Mic92/cbor

python3.pkgs.cbor: fix homepage

authored by

superherointj and committed by
GitHub
750c44ec 0790a181

+1 -1
+1 -1
pkgs/development/python-modules/cbor/default.nix
··· 15 15 doCheck = false; 16 16 17 17 meta = with lib; { 18 - homepage = "https://bitbucket.org/bodhisnarkva/cbor"; 18 + homepage = "https://github.com/brianolson/cbor_py"; 19 19 description = "Concise Binary Object Representation (CBOR) library"; 20 20 license = licenses.asl20; 21 21 maintainers = with maintainers; [ oxzi ];