Merge pull request #106734 from danieldk/gmm-remove-maintainer

intel-gmmlib: remove myself as maintainer
This commit is contained in:
Daniël de Kok
2020-12-12 17:24:15 +01:00
committed by GitHub

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