We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6925985 commit 4d9b3edCopy full SHA for 4d9b3ed
scripts/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: 'AudixAI',
+ owner: 'elizaOS',
43
name: 'eliza',
44
pullNumber: undefined
45
};
0 commit comments