tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
sshfs: Update homepage URL
Jascha Geerds
10 years ago
f8fae306
1bc91e43
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
sshfs-fuse
default.nix
+1
-1
pkgs/tools/filesystems/sshfs-fuse/default.nix
···
15
15
'';
16
16
17
17
meta = with stdenv.lib; {
18
18
-
homepage = http://fuse.sourceforge.net/sshfs.html;
18
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 ];