Unverified Commit 1a5f51a7 authored by Arnout Engelen's avatar Arnout Engelen Committed by GitHub
Browse files

treewide: possibly inactive maintainer ericsagnes (#399433)

parents d1336f32 eb9ce0ee
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -7440,12 +7440,6 @@
    githubId = 7820865;
    name = "Eric Dallo";
  };
  ericsagnes = {
    email = "eric.sagnes@gmail.com";
    github = "ericsagnes";
    githubId = 367880;
    name = "Eric Sagnes";
  };
  ericson2314 = {
    email = "John.Ericson@Obsidian.Systems";
    matrix = "@ericson2314:matrix.org";
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ file.
  };

  meta = {
    maintainers = with lib.maintainers; [ ericsagnes ];
    maintainers = with lib.maintainers; [ ];
    doc = ./default.md;
    buildDocsInSandbox = true;
  };
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ in
  };

  meta = {
    maintainers = with lib.maintainers; [ ericsagnes ];
    maintainers = with lib.maintainers; [ ];
    doc = ./default.md;
  };

+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    description = "Safely store secrets in a VCS repo";
    homepage = "https://github.com/StackExchange/blackbox";
    maintainers = with maintainers; [ ericsagnes ];
    maintainers = with maintainers; [ ];
    license = licenses.mit;
    platforms = platforms.all;
  };
+0 −1
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ stdenv.mkDerivation (finalAttrs: {
    # See: https://github.com/NixOS/nixpkgs/issues/279226
    license = lib.licenses.unfree;
    maintainers = with lib.maintainers; [
      ericsagnes
      synthetica
      eljamm
    ];
Loading