Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 488400c

Browse files
committed
Clarify Magisk Module Repo situation.
1 parent 1fe3037 commit 488400c

2 files changed

Lines changed: 19 additions & 7 deletions

File tree

DEVELOPERS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Note: This doc assume you already read the
44
[official Magisk module developer guide](https://topjohnwu.github.io/Magisk/guides.html)
55

6+
Note: official repo do not accept new modules anymore, submit
7+
[here](https://github.com/Magisk-Modules-Alt-Repo/submission) instead.
8+
69
Index:
710
- [Properties](DEVELOPERS.md#properties)
811
- [Installer commands](DEVELOPERS.md#installer-commands)

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,23 @@ Related commits:
2323

2424
Note: These changes didn't hit beta, or release yet, but are already live on canary builds.
2525

26-
The app currently use these two repo as it's module sources:
26+
The app currently use these two repo as it's module sources, with it's benefits and drawback:
2727
[https://github.com/Magisk-Modules-Alt-Repo](https://github.com/Magisk-Modules-Alt-Repo)
28-
[https://github.com/Magisk-Modules-Repo](https://github.com/Magisk-Modules-Repo)
29-
30-
As the main repo may shutting down due to the main app no longer supporting it.
31-
I recommend submitting your modules [here](https://github.com/Magisk-Modules-Alt-Repo/submission) instead
32-
33-
If a module is in both repo, the manager will just pick the most up to date version of the module
28+
- Accepting new modules [here](https://github.com/Magisk-Modules-Alt-Repo/submission)
29+
- Less restrictive than the original repo
30+
- Officially supported by Fox's mmm
31+
[https://github.com/Magisk-Modules-Repo](https://github.com/Magisk-Modules-Repo)
32+
- No longer accept new modules
33+
- May be shut down at any moment
34+
- Official app dropped support for it
35+
- Officially supported by Fox's mmm
36+
37+
As the main repo may shutting down due to the main app no longer supporting it,
38+
and also stopped accepting new modules, it is recommended to submit your modules
39+
[here](https://github.com/Magisk-Modules-Alt-Repo/submission)
40+
41+
If a module is in both repo, the manager will just pick the most up to date version of the module,
42+
allowing developers to switch repo at their own pace if they want to.
3443

3544
## For developers
3645

0 commit comments

Comments
 (0)