Unverified Commit cc6dbe56 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

anytype: Add adda as maintainer (#395225)

parents ec162441 40129eff
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -82,7 +82,10 @@ buildGoModule {
    description = "Shared library for Anytype clients";
    homepage = "https://anytype.io/";
    license = lib.licenses.unfreeRedistributable;
    maintainers = with lib.maintainers; [ autrimpo ];
    maintainers = with lib.maintainers; [
      autrimpo
      adda
    ];
    platforms = [
      "x86_64-linux"
      "aarch64-linux"
+1 −0
Original line number Diff line number Diff line
@@ -138,6 +138,7 @@ buildNpmPackage {
    maintainers = with lib.maintainers; [
      running-grass
      autrimpo
      adda
    ];
    platforms = [
      "x86_64-linux"
+4 −1
Original line number Diff line number Diff line
@@ -29,6 +29,9 @@ rustPlatform.buildRustPackage rec {
    description = "Tantivy go bindings";
    homepage = "https://github.com/anyproto/tantivy-go";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ autrimpo ];
    maintainers = with lib.maintainers; [
      autrimpo
      adda
    ];
  };
}