We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73439f commit 09b25e6Copy full SHA for 09b25e6
packages/jsdoc-automation/src/Configuration.ts
@@ -39,7 +39,7 @@ export class Configuration implements Omit<ConfigurationData, 'rootDirectory'> {
39
40
public excludedDirectories: string[] = [];
41
public repository: Repository = {
42
- owner: 'ai16z',
+ owner: 'elizaOS',
43
name: 'eliza',
44
pullNumber: undefined
45
};
0 commit comments