ansible: add maintainer robsliwi (#419999)

This commit is contained in:
Wolfgang Walther
2025-06-26 10:59:57 +00:00
committed by GitHub
3 changed files with 9 additions and 0 deletions
+7
View File
@@ -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";
@@ -107,6 +107,7 @@ buildPythonPackage rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [
HarisDotParis
robsliwi
];
};
}
@@ -96,6 +96,7 @@ buildPythonPackage {
license = licenses.gpl3Plus;
maintainers = with maintainers; [
HarisDotParis
robsliwi
];
};
}