python310Packages.sshfs: update homepage

This commit is contained in:
Fabian Affolter 2023-03-14 10:20:58 +01:00
parent a33b89aacb
commit a309e2c845

View File

@ -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 ];