nsjail: add changelog to meta

This commit is contained in:
Mario Rodas 2023-10-11 19:58:01 +00:00
parent 552bd2373c
commit 118d7dd850

View File

@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A light-weight process isolation tool, making use of Linux namespaces and seccomp-bpf syscall filters";
homepage = "https://nsjail.dev/";
changelog = "https://github.com/google/nsjail/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ arturcygan bosu c0bw3b ];
platforms = platforms.linux;