autosuspend: add adamcstephens to maintainers

This commit is contained in:
Adam C. Stephens
2026-07-02 09:44:32 -04:00
parent 9e2ac93267
commit e8595bd325
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -246,6 +246,9 @@ in
};
meta = {
maintainers = with maintainers; [ xlambein ];
maintainers = with maintainers; [
xlambein
adamcstephens
];
};
}
+1
View File
@@ -100,6 +100,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
maintainers = with lib.maintainers; [
bzizou
anthonyroussel
adamcstephens
];
mainProgram = "autosuspend";
platforms = lib.platforms.linux;