intel-gmmlib: remove myself as maintainer

I currently do not have any Intel GPUs hooked up to displays, so it is
hard to verify changes.
This commit is contained in:
Daniël de Kok 2020-12-12 12:01:05 +01:00
parent c8f26afbbf
commit 76bab4e9a7

View file

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