Unverified Commit 750c44ec authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #306281 from Mic92/cbor

python3.pkgs.cbor: fix homepage
parents 0790a181 ae13ef57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];