mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
acpica-tools: Add Felix Singer as maintainer
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
4ce2599a98
commit
81c8a86e2a
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://www.acpica.org/";
|
||||
description = "ACPICA Tools";
|
||||
license = with licenses; [ iasl gpl2Only bsd3 ];
|
||||
maintainers = with maintainers; [ tadfisher ];
|
||||
maintainers = with maintainers; [ tadfisher felixsinger ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user