Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1474525ybh; Thu, 23 Jul 2020 09:44:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyaADiqiuI3zuZAajCo6SUCmuORb1/vChFklvJliuX/eDPNv4TVcjitL4O0G/zIk2NmGi0p X-Received: by 2002:a17:906:2641:: with SMTP id i1mr5444446ejc.380.1595522654022; Thu, 23 Jul 2020 09:44:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595522654; cv=none; d=google.com; s=arc-20160816; b=u14XPNwyqTKOzhwSINrD8zhQweXOX9mCbTMao+1D9WWb9w1yGQm53tejkgfj+VNe5v bv++RcOXXguXFerOxNEIKMfahC3jxCfgUXdFPb32hLTe0ZDZ03KuHCE/w/WFI8/TseFY Lt/rfSZ4y7pZp+H09A4a+mHDEQiM2tmZNJJe1qmucNzETVKMcEcWU80vIWHRONTT3T5E lE3E+M6fA2zIPcmVnG9bSFnxh+2E0ktW2gMDKencIacwRuRJ+fplsMmrkKh+hEi0lxGb EBuZy5xt1Kyd5i+/Y41oOXdObRETxTdGO19Syp4aH1ZsfLlw8DbDOzaOlF2TfQ2M3qzv gaew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=zdlut9hEwjUgMY7eyO1HOIIHvc2lr/GXpcXPDU+atrQ=; b=GTVPgVBU0kcpEsS8AOt081WTvb9/GZHNJpffLdev/EnD2PnwNHI/qmSuT8Hq+lvmPl tHDf5WuG6Xno8JO7j9q/Uejg17qR5LREc7Ogmw5JXlBXbLAE/sEauLYKVHTHvotV20aS nFUP4YjY1RFee2QWCNzXvFyYYWu+6Fo2LlRGG4hBzqa2Du4pXHELbZkauCzsyLoOJk4p U631eu5HLeS57TrzHGKfNkspQCOmiys9oC23D0j7yIn9g6KmE28SGnQxOGbR7g56aCRr z0bel3iV4ZlGPzNzsy8q/BqTIOIFYqu/Ev32t7f0toIMYWDim4btRts983MPPfAGzj/F lffg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id cz9si2266637edb.530.2020.07.23.09.43.51; Thu, 23 Jul 2020 09:44:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729813AbgGWQnX (ORCPT + 99 others); Thu, 23 Jul 2020 12:43:23 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:50450 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726761AbgGWQnX (ORCPT ); Thu, 23 Jul 2020 12:43:23 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: tonyk) with ESMTPSA id 48DA7283BFE From: =?UTF-8?q?Andr=C3=A9=20Almeida?= To: linux-kernel@vger.kernel.org, miklos@szeredi.hu, mszeredi@redhat.com Cc: kernel@collabora.com, linux-fsdevel@vger.kernel.org, nikolaus@rath.org, =?UTF-8?q?Andr=C3=A9=20Almeida?= Subject: [PATCH] fuse: Update project homepage Date: Thu, 23 Jul 2020 13:43:11 -0300 Message-Id: <20200723164311.29169-1-andrealmeid@collabora.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- Documentation/filesystems/fuse.rst | 2 +- MAINTAINERS | 2 +- fs/fuse/Kconfig | 2 +- 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: `_ +`FUSE homepage: `_ Filesystem type =============== diff --git a/MAINTAINERS b/MAINTAINERS index 68f21d46614c..068c463bb18f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7086,7 +7086,7 @@ FUSE: FILESYSTEM IN USERSPACE M: Miklos Szeredi 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: - + although chances are your distribution already has that library installed if you've installed the "fuse" package itself. -- 2.27.0