summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-01-05 22:57:25 +0800
committerBobby Rong <rjl931189261@126.com>2022-01-05 22:59:14 +0800
commit4c21eb400aa94bb13fa259258cef184f646a9f1d (patch)
tree1ec8e4b93e09d6aa5b0b23aa88202ba9adf92d77
parent5d0c7c1e138fa0783b0807ca47686e767ebe256f (diff)
downloadnixpkgs-4c21eb400aa94bb13fa259258cef184f646a9f1d.tar
nixpkgs-4c21eb400aa94bb13fa259258cef184f646a9f1d.tar.gz
nixpkgs-4c21eb400aa94bb13fa259258cef184f646a9f1d.tar.bz2
nixpkgs-4c21eb400aa94bb13fa259258cef184f646a9f1d.tar.lz
nixpkgs-4c21eb400aa94bb13fa259258cef184f646a9f1d.tar.xz
nixpkgs-4c21eb400aa94bb13fa259258cef184f646a9f1d.tar.zst
nixpkgs-4c21eb400aa94bb13fa259258cef184f646a9f1d.zip
python3Packages.gcsfs: update homepage
-rw-r--r--pkgs/development/python-modules/gcsfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/gcsfs/default.nix b/pkgs/development/python-modules/gcsfs/default.nix
index 9eeb13b8f97..66d05f2a355 100644
--- a/pkgs/development/python-modules/gcsfs/default.nix
+++ b/pkgs/development/python-modules/gcsfs/default.nix
@@ -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 ];
   };