mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
nfs-utils: add meta.changelog (#496992)
This commit is contained in:
commit
f592f27785
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue