vpk_fuse: fix project link

This commit is contained in:
Mateusz Słodkowicz 2023-07-21 00:06:35 +02:00
parent e6c5dcc8de
commit 1c025c8466
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 1 additions and 1 deletions

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