microcode-intel: Add Felix Singer as maintainer
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
5f4c0543d2
commit
bf34b9e432
@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Microcode for Intel processors";
|
description = "Microcode for Intel processors";
|
||||||
license = licenses.unfreeRedistributableFirmware;
|
license = licenses.unfreeRedistributableFirmware;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ felixsinger ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user