mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
openipmi: move to c3d2 team
This commit is contained in:
parent
bdf0687145
commit
9d9f63e9b9
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
|||
description = "A user-level library that provides a higher-level abstraction of IPMI and generic services";
|
||||
license = with licenses; [ gpl2Only lgpl2Only ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ arezvov SuperSandro2000 ];
|
||||
maintainers = with maintainers; [ arezvov ] ++ teams.c3d2.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue