Commit a309e2c8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.sshfs: update homepage

parent a33b89aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ buildPythonPackage rec {

  meta = with lib; {
    description = "SSH/SFTP implementation for fsspec";
    homepage = "https://pypi.org/project/sshfs/${version}";
    homepage = "https://github.com/fsspec/sshfs/";
    changelog = "https://github.com/fsspec/sshfs/releases/tag/${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ melling ];