maintainers: remove olebedev (#531347)

This commit is contained in:
Yohann Boniface
2026-06-15 21:17:36 +00:00
committed by GitHub
3 changed files with 1 additions and 8 deletions
-6
View File
@@ -20643,12 +20643,6 @@
matrix = "@olduser101:matrix.org";
name = "Nathan Gill";
};
olebedev = {
email = "ole6edev@gmail.com";
github = "olebedev";
githubId = 848535;
name = "Oleg Lebedev";
};
oleina = {
email = "antholeinik@gmail.com";
github = "antholeole";
-1
View File
@@ -70,7 +70,6 @@ with lib.maintainers;
members = [
mboes
cbley
olebedev
groodt
aherrmann
ylecornec
+1 -1
View File
@@ -44,6 +44,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
homepage = "https://github.com/joscha/bkyml";
description = "CLI tool to generate a pipeline.yaml file for Buildkite on the fly";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ olebedev ];
maintainers = [ ];
};
})