1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

xfstests: Fix homepage

This commit is contained in:
Tuomas Tynkkynen 2017-04-01 19:43:05 +03:00
parent ba360f90f9
commit 097373e691

View file

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