Merge pull request #306281 from Mic92/cbor

python3.pkgs.cbor: fix homepage
This commit is contained in:
superherointj 2024-04-25 20:00:15 -03:00 committed by GitHub
commit 750c44ec90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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