sshfs: Update homepage URL
This commit is contained in:
parent
1bc91e4355
commit
f8fae306a0
@ -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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user