oci-cli, python3Packages.oci: add adamcstephens as maintainer

This commit is contained in:
Adam C. Stephens
2025-02-21 23:29:56 -05:00
parent 12261bc8d5
commit 4a22ccb00f
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -96,6 +96,9 @@ py.pkgs.buildPythonApplication rec {
asl20 # or
upl
];
maintainers = with maintainers; [ ilian ];
maintainers = with maintainers; [
adamcstephens
ilian
];
};
}
@@ -52,6 +52,9 @@ buildPythonPackage rec {
asl20 # or
upl
];
maintainers = with lib.maintainers; [ ilian ];
maintainers = with lib.maintainers; [
adamcstephens
ilian
];
};
}