Merge pull request #166325 from SuperSandro2000/nix-update-fix
This commit is contained in:
commit
88831b4649
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ in stdenv.mkDerivation rec {
|
|||
provides the reference implementation for communicating with the FUSE
|
||||
kernel module.
|
||||
'';
|
||||
inherit (src.meta) homepage;
|
||||
homepage = "https://github.com/libfuse/libfuse";
|
||||
changelog = "https://github.com/libfuse/libfuse/releases/tag/fuse-${version}";
|
||||
platforms = platforms.linux;
|
||||
license = with licenses; [ gpl2Only lgpl21Only ];
|
||||
|
|
Loading…
Reference in a new issue