python3.pkgs.cbor: fix homepage

This commit is contained in:
Jörg Thalheim 2024-04-23 15:07:06 +02:00
parent 66a6159235
commit ae13ef575e
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];