maintainers: drop GuillaumeDesforges (#445652)

This commit is contained in:
Wolfgang Walther
2025-09-25 08:59:58 +00:00
committed by GitHub
8 changed files with 7 additions and 13 deletions
-6
View File
@@ -9782,12 +9782,6 @@
githubId = 95086304;
name = "Guilherme Lima";
};
GuillaumeDesforges = {
email = "aceus02@gmail.com";
github = "GuillaumeDesforges";
githubId = 1882000;
name = "Guillaume Desforges";
};
guillaumekoenig = {
email = "guillaume.edward.koenig@gmail.com";
github = "guillaumekoenig";
+1 -1
View File
@@ -157,6 +157,6 @@ python.pkgs.buildPythonApplication rec {
homepage = "https://github.com/databrickslabs/dbx";
changelog = "https://github.com/databrickslabs/dbx/blob/v${version}/CHANGELOG.md";
license = lib.licenses.databricks-dbx;
maintainers = with lib.maintainers; [ GuillaumeDesforges ];
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
View File
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
description = "Super simple HTTP server that replies a fixed body with a fixed response code";
homepage = "https://github.com/svenstaro/dummyhttp";
license = with licenses; [ mit ];
maintainers = with maintainers; [ GuillaumeDesforges ];
maintainers = with maintainers; [ ];
mainProgram = "dummyhttp";
};
}
+1 -1
View File
@@ -26,7 +26,7 @@ buildNpmPackage rec {
description = "About A CLI interface for Marp and Marpit based converters";
homepage = "https://github.com/marp-team/marp-cli";
license = licenses.mit;
maintainers = with maintainers; [ GuillaumeDesforges ];
maintainers = with maintainers; [ ];
platforms = nodejs.meta.platforms;
mainProgram = "marp";
};
@@ -49,6 +49,6 @@ buildPythonPackage rec {
description = "Python Geocoding Toolbox";
changelog = "https://github.com/geopy/geopy/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ GuillaumeDesforges ];
maintainers = with maintainers; [ ];
};
}
@@ -75,6 +75,6 @@ buildPythonPackage rec {
description = "Friend to fetch your data files";
homepage = "https://github.com/fatiando/pooch";
license = licenses.bsd3;
maintainers = with maintainers; [ GuillaumeDesforges ];
maintainers = with maintainers; [ ];
};
}
@@ -96,6 +96,6 @@ buildPythonPackage rec {
homepage = "https://github.com/sebp/scikit-survival";
changelog = "https://github.com/sebp/scikit-survival/releases/tag/v${version}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ GuillaumeDesforges ];
maintainers = with lib.maintainers; [ ];
};
}
@@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "Standard library sunau redistribution";
homepage = "https://github.com/youknowone/python-deadlib/tree/main/sunau";
license = lib.licenses.psfl;
maintainers = with lib.maintainers; [ GuillaumeDesforges ];
maintainers = with lib.maintainers; [ ];
};
}