Unverified Commit 3ade6fd7 authored by Michael Daniels's avatar Michael Daniels
Browse files

maintainers: drop GuillaumeDesforges

Inactive on nixpkgs since Dec 2024, and was requested on 10+ PRs.

Not an org member.
parent a28e915d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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";
  };
+1 −1
Original line number Diff line number Diff line
@@ -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; [ ];
  };
}
Loading