teams/cockpit: init

This commit is contained in:
andre4ik3
2026-01-27 21:02:06 +00:00
parent 3a2ff2e229
commit 5a2b629bcb
2 changed files with 11 additions and 4 deletions
+10
View File
@@ -141,6 +141,16 @@ with lib.maintainers;
enableFeatureFreezePing = true;
};
cockpit = {
members = [
alexandru0-dev
andre4ik3
lucasew
];
scope = "Maintain Cockpit and official plugins by the Cockpit project.";
shortName = "Cockpit";
};
coq = {
members = [
cohencyril
+1 -4
View File
@@ -264,9 +264,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://cockpit-project.org/";
changelog = "https://cockpit-project.org/blog/cockpit-${finalAttrs.version}.html";
license = lib.licenses.lgpl21;
maintainers = with lib.maintainers; [
lucasew
andre4ik3
];
teams = [ lib.teams.cockpit ];
};
})