Unverified Commit dd5095db authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #236377 from happysalada/blobfile_fix_license

packages310Packages.blobfile: fix license
parents 79901fd9 9f7503e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ buildPythonPackage rec {
    description = "Read Google Cloud Storage, Azure Blobs, and local paths with the same interface";
    homepage = "https://github.com/christopher-hesse/blobfile";
    changelog = "https://github.com/christopher-hesse/blobfile/blob/v${version}/CHANGES.md";
    license = licenses.mit;
    license = licenses.unlicense;
    maintainers = with maintainers; [ happysalada ];
  };
}