intel-gmmlib: change maintainer to danieldk

As discussed in #95868.
This commit is contained in:
Daniël de Kok
2020-08-27 15:23:01 +02:00
committed by Peter Simons
parent 8b61d0f789
commit b83f71db62

View File

@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
description = "Intel Graphics Memory Management Library";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ danieldk ];
};
}