Skip to content

Commit

Permalink
[skip ci] add mmar as default repo
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jun 25, 2024
1 parent f64a2ef commit 45667ff
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Website/src/hooks/useRepos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,23 @@ export const RepoProvider = (props: React.PropsWithChildren) => {
website: "https://mmrl.dergoogler.com",
support: "https://github.com/Googlers-Repo/gmr/issues",
donate: "https://github.com/sponsors/DerGoogler",
submission:
"https://github.com/Googlers-Repo/gmr/issues/new?assignees=&labels=module&projects=&template=submission.yml&title=%5BModule%5D%3A+",
submission: "https://github.com/Googlers-Repo/gmr/issues/new?assignees=&labels=module&projects=&template=submission.yml&title=%5BModule%5D%3A+",
base_url: "https://gr.dergoogler.com/gmr/",
max_num: 3,
enable_log: true,
log_dir: "log",
},
{
name: "Magisk Modules Alt Repo",
website: null,
support: null,
donate: null,
submission: "https://github.com/Magisk-Modules-Alt-Repo/submission/issues/new?assignees=&labels=module&projects=&template=module-submission.yml&tit",
base_url: "https://magisk-modules-alt-repo.github.io/json-v2/",
max_num: 3,
enable_log: true,
log_dir: "log",
},
]);

const { settings, setSettings } = useSettings();
Expand Down

0 comments on commit 45667ff

Please sign in to comment.