aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Almeida <andrealmeid@collabora.com>2020-07-23 13:43:11 -0300
committerMiklos Szeredi <mszeredi@redhat.com>2020-09-04 11:32:10 +0200
commitc1b0c62715102be326e534ea382e8b1ef87ccb9c (patch)
tree513286277e8372150052a308eed4c168b8ba7457
parentLinux 5.9-rc3 (diff)
downloadlinux-dev-c1b0c62715102be326e534ea382e8b1ef87ccb9c.tar.xz
linux-dev-c1b0c62715102be326e534ea382e8b1ef87ccb9c.zip
fuse: update project homepage
As stated in https://sourceforge.net/projects/fuse/, "the FUSE project has moved to https://github.com/libfuse/" in 22-Dec-2015. Update URLs to reflect this. Signed-off-by: André Almeida <andrealmeid@collabora.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
-rw-r--r--Documentation/filesystems/fuse.rst2
-rw-r--r--MAINTAINERS2
-rw-r--r--fs/fuse/Kconfig2
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/filesystems/fuse.rst b/Documentation/filesystems/fuse.rst
index cd717f9bf940..8120c3c0cb4e 100644
--- a/Documentation/filesystems/fuse.rst
+++ b/Documentation/filesystems/fuse.rst
@@ -47,7 +47,7 @@ filesystems. A good example is sshfs: a secure network filesystem
using the sftp protocol.
The userspace library and utilities are available from the
-`FUSE homepage: <http://fuse.sourceforge.net/>`_
+`FUSE homepage: <https://github.com/libfuse/>`_
Filesystem type
===============
diff --git a/MAINTAINERS b/MAINTAINERS
index e4647c84c987..249b6501bfaf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7173,7 +7173,7 @@ FUSE: FILESYSTEM IN USERSPACE
M: Miklos Szeredi <miklos@szeredi.hu>
L: linux-fsdevel@vger.kernel.org
S: Maintained
-W: http://fuse.sourceforge.net/
+W: https://github.com/libfuse/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
F: Documentation/filesystems/fuse.rst
F: fs/fuse/
diff --git a/fs/fuse/Kconfig b/fs/fuse/Kconfig
index 774b2618018a..0156dc8aa646 100644
--- a/fs/fuse/Kconfig
+++ b/fs/fuse/Kconfig
@@ -8,7 +8,7 @@ config FUSE_FS
There's also a companion library: libfuse2. This library is available
from the FUSE homepage:
- <http://fuse.sourceforge.net/>
+ <https://github.com/libfuse/>
although chances are your distribution already has that library
installed if you've installed the "fuse" package itself.