xfsprogs: update homepage

(cherry picked from commit d754e0849c)
This commit is contained in:
Scott Edlund 2024-09-02 14:22:44 +02:00 committed by github-actions[bot]
parent a4d58a3c63
commit d79fcf52ee

View File

@ -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;