Unverified Commit c07a55c3 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

ansible: add maintainer robsliwi (#419999)

parents 9d38d946 e04293de
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -21637,6 +21637,13 @@
    githubId = 1069318;
    name = "Robin Lambertz";
  };
  robsliwi = {
    email = "r@sliwi.org";
    github = "robsliwi";
    githubId = 14806293;
    keys = [ { fingerprint = "37F4 9AB8 340B AAE2 4DB8  4322 08BD 6076 8CCE 08F1"; } ];
    name = "Robert Sliwinski";
  };
  robwalt = {
    email = "robwalter96@gmail.com";
    github = "robwalt";
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ buildPythonPackage rec {
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [
      HarisDotParis
      robsliwi
    ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ buildPythonPackage {
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [
      HarisDotParis
      robsliwi
    ];
  };
}