nfs-utils: add meta.changelog (#496992)

This commit is contained in:
dotlambda 2026-03-06 20:46:19 +00:00 committed by GitHub
commit f592f27785
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -192,6 +192,7 @@ stdenv.mkDerivation (finalAttrs: {
daemons.
'';
changelog = "https://www.kernel.org/pub/linux/utils/nfs-utils/${finalAttrs.version}/${finalAttrs.version}-Changelog";
homepage = "https://linux-nfs.org/";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;