mirror of https://github.com/materusPL/Nixerus.git
vpk_fuse: fix project link
This commit is contained in:
parent
e6c5dcc8de
commit
1c025c8466
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A FUSE filesystem which can open Valve PacKage files (VPK).";
|
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;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue