Skip to content

Commit

Permalink
add jose as codeowner (#1244)
Browse files Browse the repository at this point in the history
Co-authored-by: jmcardon <jose@kadena.io>
  • Loading branch information
jmcardon and jmcardon authored Jun 25, 2023
1 parent b1ffb7c commit e67bde8
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
* @jwiegley @emilypi
/src-ghc/Pact/ApiReq.hs @sirlensalot @jwiegley @emilypi
/src-ghc/Pact/Bench.hs @sirlensalot @jwiegley @emilypi
/src-ghc/Pact/Coverage.hs @sirlensalot @jwiegley @emilypi
/src-ghc/Pact/Coverage/Report.hs @sirlensalot @jwiegley @emilypi
/src-ghc/Pact/Interpreter.hs @sirlensalot @jwiegley @emilypi
/src/Crypto/Hash/Blake2Native.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Compile.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Eval.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Gas.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Native.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Native/Capabilities.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Native/Db.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Native/Ops.hs @jmcardon @jwiegley @emilypi
/src/Pact/Parse.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Persist.hs @sirlensalot @jwiegley @emilypi
/src/Pact/PersistPactDb.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Repl.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Repl/Lib.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Repl/Types.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Runtime/Capabilities.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Runtime/Typecheck.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Typechecker.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/API.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/Advice.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/Capability.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/Codec.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/Command.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/Continuation.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/Exp.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/Hash.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/Info.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/KeySet.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/PactError.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/PactValue.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/Parser.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/Persistence.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/Purity.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/RPC.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/Runtime.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/Term.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/Type.hs @sirlensalot @jwiegley @emilypi
/src/Pact/Types/Typecheck.hs @sirlensalot @jwiegley @emilypi
* @jwiegley @emilypi @jmcardon
/src-ghc/Pact/ApiReq.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src-ghc/Pact/Bench.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src-ghc/Pact/Coverage.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src-ghc/Pact/Coverage/Report.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src-ghc/Pact/Interpreter.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Crypto/Hash/Blake2Native.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Compile.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Eval.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Gas.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Native.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Native/Capabilities.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Native/Db.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Native/Ops.hs @jmcardon @jwiegley @emilypi @jmcardon
/src/Pact/Parse.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Persist.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/PersistPactDb.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Repl.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Repl/Lib.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Repl/Types.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Runtime/Capabilities.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Runtime/Typecheck.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Typechecker.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/API.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/Advice.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/Capability.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/Codec.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/Command.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/Continuation.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/Exp.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/Hash.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/Info.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/KeySet.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/PactError.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/PactValue.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/Parser.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/Persistence.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/Purity.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/RPC.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/Runtime.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/Term.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/Type.hs @sirlensalot @jwiegley @emilypi @jmcardon
/src/Pact/Types/Typecheck.hs @sirlensalot @jwiegley @emilypi @jmcardon

0 comments on commit e67bde8

Please sign in to comment.