Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

fix eval

+1 -1
+1 -1
pkgs/os-specific/linux/dpdk/default.nix
··· 64 64 homepage = http://dpdk.org/; 65 65 license = with licenses; [ lgpl21 gpl2 bsd2 ]; 66 66 platforms = [ "x86_64-linux" ]; 67 - maintainers = [ maintainers.domenkozar ]; 67 + maintainers = [ maintainers.iElectric ]; 68 68 }; 69 69 }