sshfs: Update homepage URL

This commit is contained in:
Jascha Geerds 2016-01-27 17:33:14 +01:00
parent 1bc91e4355
commit f8fae306a0

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { 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"; description = "FUSE-based filesystem that allows remote filesystems to be mounted over SSH";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ jgeerds ];