mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: remove antoinerg (#516479)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user