vpk_fuse: fix project link

This commit is contained in:
2023-07-21 00:06:35 +02:00
parent e6c5dcc8de
commit 1c025c8466
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A FUSE filesystem which can open Valve PacKage files (VPK).";
homepage = "https://xmake.io";
homepage = "https://github.com/ElementW/vpk_fuse";
license = licenses.gpl3;
platforms = platforms.linux;
};