Merge pull request #153609 from bobby285271/homepage
python3Packages.gcsfs: update homepage
This commit is contained in:
commit
95c43155e1
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dask";
|
||||
owner = "fsspec";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-cpV+HKE39Yct1yu5xW9HZftx2Wy9ydFL2YLvPD3YM2M=";
|
||||
|
@ -58,7 +58,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Convenient Filesystem interface over GCS";
|
||||
homepage = "https://github.com/dask/gcsfs";
|
||||
homepage = "https://github.com/fsspec/gcsfs";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ nbren12 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue