Unverified Commit b5b734af authored by dish's avatar dish Committed by GitHub
Browse files

atproto-goat: add isabelroses as maintainer (#496920)

parents c3f12bfd 0e4eca42
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -33,7 +33,10 @@ buildGoModule (finalAttrs: {
      mit
      asl20
    ];
    maintainers = with lib.maintainers; [ pyrox0 ];
    maintainers = with lib.maintainers; [
      pyrox0
      isabelroses
    ];
    mainProgram = "goat";
  };
})