lol

sshfs: Update homepage URL

+1 -1
+1 -1
pkgs/tools/filesystems/sshfs-fuse/default.nix
··· 15 15 ''; 16 16 17 17 meta = with stdenv.lib; { 18 - homepage = http://fuse.sourceforge.net/sshfs.html; 18 + homepage = https://github.com/libfuse/sshfs; 19 19 description = "FUSE-based filesystem that allows remote filesystems to be mounted over SSH"; 20 20 platforms = platforms.linux; 21 21 maintainers = with maintainers; [ jgeerds ];