Merge pull request #178612 from SuperSandro2000/c3d2-team

maintainers/teams: add c3d2
This commit is contained in:
Sandro 2022-06-24 19:17:29 +02:00 committed by GitHub
commit a85260fb92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

View file

@ -94,6 +94,16 @@ with lib.maintainers; {
enableFeatureFreezePing = true;
};
c3d2 = {
members = [
astro
SuperSandro2000
];
scope = "Maintain packages used in the C3D2 hackspace";
shortName = "c3d2";
enableFeatureFreezePing = true;
};
cinnamon = {
members = [
mkg20001

View file

@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/fulhax/ncpamixer";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ StijnDW SuperSandro2000 ];
maintainers = with maintainers; [ StijnDW ] ++ teams.c3d2.members;
};
}

View file

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