fuse: update project homepage
authorAndré Almeida <andrealmeid@collabora.com>
Thu, 23 Jul 2020 16:43:11 +0000 (13:43 -0300)
committerMiklos Szeredi <mszeredi@redhat.com>
Fri, 4 Sep 2020 09:32:10 +0000 (11:32 +0200)
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>
Documentation/filesystems/fuse.rst
MAINTAINERS
fs/fuse/Kconfig

index cd717f9..8120c3c 100644 (file)
@@ -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
 ===============
index e4647c8..249b650 100644 (file)
@@ -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/
index 774b261..0156dc8 100644 (file)
@@ -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.