summary refs log tree commit diff
path: root/pkgs/tools/filesystems/sshfs-fuse
diff options
context:
space:
mode:
authorJascha Geerds <jascha@jgeerds.name>2016-01-27 17:33:14 +0100
committerJascha Geerds <jascha@jgeerds.name>2016-01-27 17:33:14 +0100
commitf8fae306a050af61ce26080ceac4e3c0af7ca2fe (patch)
tree39587f5cda90e851eddb9edf1b1a2d0646e9aa2c /pkgs/tools/filesystems/sshfs-fuse
parent1bc91e43553d1c202f907f9b77682a5e35a54d28 (diff)
downloadnixpkgs-f8fae306a050af61ce26080ceac4e3c0af7ca2fe.tar
nixpkgs-f8fae306a050af61ce26080ceac4e3c0af7ca2fe.tar.gz
nixpkgs-f8fae306a050af61ce26080ceac4e3c0af7ca2fe.tar.bz2
nixpkgs-f8fae306a050af61ce26080ceac4e3c0af7ca2fe.tar.lz
nixpkgs-f8fae306a050af61ce26080ceac4e3c0af7ca2fe.tar.xz
nixpkgs-f8fae306a050af61ce26080ceac4e3c0af7ca2fe.tar.zst
nixpkgs-f8fae306a050af61ce26080ceac4e3c0af7ca2fe.zip
sshfs: Update homepage URL
Diffstat (limited to 'pkgs/tools/filesystems/sshfs-fuse')
-rw-r--r--pkgs/tools/filesystems/sshfs-fuse/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/sshfs-fuse/default.nix b/pkgs/tools/filesystems/sshfs-fuse/default.nix
index d1e33098a94..a5b01db4cd2 100644
--- a/pkgs/tools/filesystems/sshfs-fuse/default.nix
+++ b/pkgs/tools/filesystems/sshfs-fuse/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = http://fuse.sourceforge.net/sshfs.html;
+    homepage = https://github.com/libfuse/sshfs;
     description = "FUSE-based filesystem that allows remote filesystems to be mounted over SSH";
     platforms = platforms.linux;
     maintainers = with maintainers; [ jgeerds ];