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
+1 -1
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 ];
};
}