From 097373e691f5111ed4fb1dcb0d2b694ab59aacd8 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Sat, 1 Apr 2017 19:43:05 +0300 Subject: [PATCH] xfstests: Fix homepage --- pkgs/tools/misc/xfstests/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/xfstests/default.nix b/pkgs/tools/misc/xfstests/default.nix index 49362676584..fb56bdf8679 100644 --- a/pkgs/tools/misc/xfstests/default.nix +++ b/pkgs/tools/misc/xfstests/default.nix @@ -81,7 +81,7 @@ stdenv.mkDerivation { meta = with stdenv.lib; { description = "Torture test suite for filesystems"; - homepage = "http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/cmds/xfstests.git"; + homepage = "https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/"; license = licenses.gpl2; maintainers = [ maintainers.dezgeg ]; platforms = platforms.linux;