Unverified Commit 11eae28c authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

Merge pull request #254922 from nbraud/nixos/maintainer-nicoo

parents a5c5269d 9d270263
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -44,5 +44,8 @@ in {
  };

  # uses attributes of the linked package
  meta.buildDocsInSandbox = false;
  meta = {
    buildDocsInSandbox = false;
    maintainers = with lib.maintainers; [ nicoo ];
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -103,4 +103,6 @@ in {
      };
    };
  };

  meta.maintainers = with lib.maintainers; [ nicoo ];
}