From d754e0849c9cb1fb98411960ec84aab081920b38 Mon Sep 17 00:00:00 2001 From: Scott Edlund Date: Mon, 2 Sep 2024 14:22:44 +0200 Subject: [PATCH] xfsprogs: update homepage --- pkgs/tools/filesystems/xfsprogs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/filesystems/xfsprogs/default.nix b/pkgs/tools/filesystems/xfsprogs/default.nix index 5020a7facf43..a95309053ad0 100644 --- a/pkgs/tools/filesystems/xfsprogs/default.nix +++ b/pkgs/tools/filesystems/xfsprogs/default.nix @@ -54,7 +54,7 @@ stdenv.mkDerivation rec { }; meta = with lib; { - homepage = "https://xfs.org/"; + homepage = "https://xfs.wiki.kernel.org"; description = "SGI XFS utilities"; license = with licenses; [ gpl2Only lgpl21 gpl3Plus ]; # see https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/debian/copyright platforms = platforms.linux;