Merge pull request #128509 from Mic92/dpdk

dpdk: make myself maintainer
This commit is contained in:
Robert Scott 2021-06-28 20:32:44 +01:00 committed by GitHub
commit 4fd01eb2ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,6 @@ in stdenv.mkDerivation rec {
homepage = "http://dpdk.org/";
license = with licenses; [ lgpl21 gpl2 bsd2 ];
platforms = platforms.linux;
maintainers = with maintainers; [ magenbluten orivej ];
maintainers = with maintainers; [ magenbluten orivej mic92 ];
};
}