scrutiny: remove jnsgruk from maintainers
This commit is contained in:
@@ -274,5 +274,5 @@ in
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
meta.maintainers = [ maintainers.jnsgruk ];
|
meta.maintainers = [ ];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
name = "scrutiny";
|
name = "scrutiny";
|
||||||
meta.maintainers = with lib.maintainers; [ jnsgruk ];
|
meta.maintainers = with lib.maintainers; [ ];
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
machine =
|
machine =
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ buildGoModule rec {
|
|||||||
description = "Hard disk metrics collector for Scrutiny";
|
description = "Hard disk metrics collector for Scrutiny";
|
||||||
homepage = "https://github.com/AnalogJ/scrutiny";
|
homepage = "https://github.com/AnalogJ/scrutiny";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ jnsgruk ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
mainProgram = "scrutiny-collector-metrics";
|
mainProgram = "scrutiny-collector-metrics";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ buildGoModule rec {
|
|||||||
homepage = "https://github.com/AnalogJ/scrutiny";
|
homepage = "https://github.com/AnalogJ/scrutiny";
|
||||||
changelog = "https://github.com/AnalogJ/scrutiny/releases/tag/v${version}";
|
changelog = "https://github.com/AnalogJ/scrutiny/releases/tag/v${version}";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ jnsgruk ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
mainProgram = "scrutiny";
|
mainProgram = "scrutiny";
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user