minijail: add meta.changelog
Minijail release notes live in annotated git tags.
This commit is contained in:
parent
5df33d0216
commit
c1184b1383
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://android.googlesource.com/platform/external/minijail/";
|
||||
description = "Sandboxing library and application using Linux namespaces and capabilities";
|
||||
changelog = "https://android.googlesource.com/platform/external/minijail/+/refs/tags/linux-v${version}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ pcarrier qyliss ];
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue