maintainers: remove antoinerg (#516479)

This commit is contained in:
Marcin Serwin
2026-05-15 18:26:38 +00:00
committed by GitHub
5 changed files with 4 additions and 13 deletions

View File

@@ -1960,12 +1960,6 @@
githubId = 14838767;
name = "Jacopo Scannella";
};
antoinerg = {
email = "roygobeil.antoine@gmail.com";
github = "antoinerg";
githubId = 301546;
name = "Antoine Roy-Gobeil";
};
anton-4 = {
name = "Anton";
github = "Anton-4";

View File

@@ -22,6 +22,6 @@ buildPythonPackage (finalAttrs: {
description = "Dash component starter pack";
homepage = "https://dash.plot.ly/dash-core-components";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.antoinerg ];
maintainers = [ ];
};
})

View File

@@ -22,6 +22,6 @@ buildPythonPackage rec {
description = "HTML components for Dash";
homepage = "https://dash.plot.ly/dash-html-components";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.antoinerg ];
maintainers = [ ];
};
}

View File

@@ -22,6 +22,6 @@ buildPythonPackage rec {
description = "First-Class Interactive DataTable for Dash";
homepage = "https://dash.plot.ly/datatable";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.antoinerg ];
maintainers = [ ];
};
}

View File

@@ -138,9 +138,6 @@ buildPythonPackage (finalAttrs: {
description = "Python framework for building analytical web applications";
homepage = "https://dash.plot.ly/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
antoinerg
tomasajt
];
maintainers = with lib.maintainers; [ tomasajt ];
};
})