mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 18:07:51 +00:00
liburcu: add changelog to meta
This commit is contained in:
parent
740ab71253
commit
7590ada96f
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Userspace RCU (read-copy-update) library";
|
||||
homepage = "https://lttng.org/urcu";
|
||||
changelog = "https://github.com/urcu/userspace-rcu/raw/v${version}/ChangeLog";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
Loading…
Reference in New Issue
Block a user