mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pktgen: add stepbrodb to maintainers
This commit is contained in:
parent
1baf495cd7
commit
c57504fe36
1 changed files with 4 additions and 1 deletions
|
|
@ -77,6 +77,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "http://dpdk.org/";
|
||||
license = lib.licenses.bsdOriginal;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.abuibrahim ];
|
||||
maintainers = with lib.maintainers; [
|
||||
abuibrahim
|
||||
stepbrobd
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue