liburing: add nickcao to maintainers
This commit is contained in:
parent
da849d9c11
commit
769c9c843c
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://git.kernel.dk/cgit/liburing/";
|
homepage = "https://git.kernel.dk/cgit/liburing/";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ thoughtpolice ];
|
maintainers = with maintainers; [ thoughtpolice nickcao ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue