Merge pull request #166325 from SuperSandro2000/nix-update-fix

This commit is contained in:
Sandro 2022-03-30 17:09:31 +02:00 committed by GitHub
commit 88831b4649
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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