microcodeIntel: add andir as maintainer

This commit is contained in:
Andreas Rammhold 2019-11-27 16:23:16 +01:00
parent 1f58182f04
commit 660e754074
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
description = "Microcode for Intel processors";
license = licenses.unfreeRedistributableFirmware;
platforms = platforms.linux;
maintainers = with maintainers; [ andir ];
};
}