Unverified Commit b4a809c7 authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

oci-cli/python3Packages.oci: remove self as maintainer (#390951)

parents 1b86a608 6d5e9926
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -103,7 +103,6 @@ py.pkgs.buildPythonApplication rec {
      upl
    ];
    maintainers = with maintainers; [
      adamcstephens
      ilian
      FKouhai
    ];
+0 −1
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@ buildPythonPackage rec {
      upl
    ];
    maintainers = with lib.maintainers; [
      adamcstephens
      ilian
    ];
  };