mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
snabb: make meta.maintainers a list
This commit is contained in:
parent
0d2ae9c7e9
commit
877c668e77
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/SnabbCo/snabbswitch";
|
homepage = https://github.com/SnabbCo/snabbswitch;
|
||||||
description = "Simple and fast packet networking toolkit";
|
description = "Simple and fast packet networking toolkit";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Snabb Switch is a LuaJIT-based toolkit for writing high-speed
|
Snabb Switch is a LuaJIT-based toolkit for writing high-speed
|
||||||
@ -26,7 +26,7 @@ meta = with stdenv.lib; {
|
|||||||
'';
|
'';
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = maintainers.lukego;
|
maintainers = [ maintainers.lukego ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user