Skip to content

Commit 6d4cbb8

Browse files
committed
We had moved! :)
1 parent 320a025 commit 6d4cbb8

5 files changed

Lines changed: 23 additions & 20 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
+ Make the thing properly distributable.
2424
+ **Needs** KSPe 2.5 or higher.
2525
* 2022-0918: 4.2.2.4b (Lisias) for KSP >= 1.2
26-
+ Updates the [`INSTALL.md`](https://github.com/net-lisias-ksp/ModuleManager/blob/master/INSTALL.md) file to reflect the new deployment model.
26+
+ Updates the [`INSTALL.md`](https://github.com/KSP-ModularManagement/ModuleManager/blob/master/INSTALL.md) file to reflect the new deployment model.
2727
- A new `MM/L` release wasn't really **needed**, but since I failed to update the install instructions and there're people using this, I choose to be conservative on the matter.
2828
- There're no changes on the DLL, so I choose to shove a "b" on the same release number.
2929
* 2022-0809: 4.2.2.4 (Lisias) for KSP >= 1.2

CHANGE_LOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
*Lasciate ogne speranza, voi ch'intrate*
33
- - -
44

5+
* 202?-????: 4.2.?.? (Lisias) for KSP >= 1.2.2
6+
+ We had moved!
7+
- The Official Repository is now on https://github.com/KSP-ModularManagement/ModuleManager
58
* 2024-0330: 4.2.3.3 (Lisias) for KSP >= 1.2
69
+ Slightly less spammy on spamming logs.
710
* 2024-0311: 4.2.3.2 (Lisias) for KSP >= 1.2
@@ -26,7 +29,7 @@
2629
+ Make the thing properly distributable.
2730
+ **Needs** KSPe 2.5 or higher.
2831
* 2022-0918: 4.2.2.4b (Lisias) for KSP >= 1.2
29-
+ Updates the [`INSTALL.md`](https://github.com/net-lisias-ksp/ModuleManager/blob/master/INSTALL.md) file to reflect the new deployment model.
32+
+ Updates the [`INSTALL.md`](https://github.com/KSP-ModularManagement/ModuleManager/blob/master/INSTALL.md) file to reflect the new deployment model.
3033
- A new `MM/L` release wasn't really **needed**, but since I failed to update the install instructions and there're people using this, I choose to be conservative on the matter.
3134
- There're no changes on the DLL, so I choose to shove a "b" on the same release number.
3235
* 2022-0809: 4.2.2.4 (Lisias) for KSP >= 1.2
@@ -122,7 +125,7 @@
122125
+ some code cleanups
123126
* 2020-0616: 4.1.3.2 (Lisias) for KSP >= 1.3.1
124127
+ A nasty mishap from an old merge (dated 2018-11) was detected and fixed.
125-
- See Issue [#4](https://github.com/net-lisias-ksp/ModuleManager/issues/4).
128+
- See Issue [#4](https://github.com/KSP-ModularManagement/ModuleManager/issues/4).
126129
* 2020-0526: 4.1.3.1 (Lisias) for KSP >= 1.3.1
127130
+ Adding a nice 'Houston' GUI message
128131
+ Merging upstream updates:

ModuleManager.122.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"NAME" : "Module Manager /L Beta",
3-
"URL" : "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/ModuleManager.122.version",
4-
"DOWNLOAD" : "https://github.com/net-lisias-ksp/ModuleManager/releases",
5-
"CHANGE_LOG" : "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/CHANGE_LOG.md",
6-
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/CHANGES.md",
3+
"URL" : "https://raw.githubusercontent.com/KSP-ModularManagement/ModuleManager/master/ModuleManager.122.version",
4+
"DOWNLOAD" : "https://github.com/KSP-ModularManagement/ModuleManager/releases",
5+
"CHANGE_LOG" : "https://raw.githubusercontent.com/KSP-ModularManagement/ModuleManager/master/CHANGE_LOG.md",
6+
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/KSP-ModularManagement/ModuleManager/master/CHANGES.md",
77
"VERSION":{
88
"MAJOR":4,
99
"MINOR":2,

ModuleManager.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"NAME" : "Module Manager /L",
3-
"URL" : "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/ModuleManager.version",
4-
"DOWNLOAD" : "https://github.com/net-lisias-ksp/ModuleManager/releases",
5-
"CHANGE_LOG" : "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/CHANGE_LOG.md",
6-
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/CHANGES.md",
3+
"URL" : "https://raw.githubusercontent.com/KSP-ModularManagement/ModuleManager/master/ModuleManager.version",
4+
"DOWNLOAD" : "https://github.com/KSP-ModularManagement/ModuleManager/releases",
5+
"CHANGE_LOG" : "https://raw.githubusercontent.com/KSP-ModularManagement/ModuleManager/master/CHANGE_LOG.md",
6+
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/KSP-ModularManagement/ModuleManager/master/CHANGES.md",
77
"VERSION":{
88
"MAJOR":4,
99
"MINOR":2,

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ Please, **DO** submit bug reports/issues to the links depicted on the next secti
1919

2020
## In a Hurry
2121

22-
* [Releases](https://github.com/net-lisias-ksp/ModuleManager/Archive)
23-
* [Latest Release](https://github.com/net-lisias-ksp/ModuleManager/releases)
24-
* [Source](https://github.com/net-lisias-ksp/ModuleManager)
25-
* [Issue Tracker](https://github.com/net-lisias-ksp/ModuleManager/issues)
22+
* [Releases](https://github.com/KSP-ModularManagement/ModuleManager/Archive)
23+
* [Latest Release](https://github.com/KSP-ModularManagement/ModuleManager/releases)
24+
* [Source](https://github.com/KSP-ModularManagement/ModuleManager)
25+
* [Issue Tracker](https://github.com/KSP-ModularManagement/ModuleManager/issues)
2626
* Documentation
2727
+ [Homepage](http://ksp.lisias.net/add-ons/ModuleManager) on L Aerospace KSP Division
28-
+ [Project's README](https://github.com/net-lisias-ksp/ModuleManager/blob/master/README.md)
29-
+ [Install Instructions](https://github.com/net-lisias-ksp/ModuleManager/blob/master/INSTALL.md)
28+
+ [Project's README](https://github.com/KSP-ModularManagement/ModuleManager/blob/master/README.md)
29+
+ [Install Instructions](https://github.com/KSP-ModularManagement/ModuleManager/blob/master/INSTALL.md)
3030
+ [Change Log](./CHANGE_LOG.md)
3131
+ [TODO](./TODO.md) list
3232
* Official Distribution Sites:
3333
+ [Homepage](http://ksp.lisias.net/add-ons/ModuleManager) on L Aerospace
34-
+ [Source and Binaries](https://github.com/net-lisias-ksp/ModuleManager) on GitHub.
34+
+ [Source and Binaries](https://github.com/KSP-ModularManagement/ModuleManager) on GitHub.
3535

3636

3737
## Description
@@ -47,7 +47,7 @@ To install, place the GameData folder inside your Kerbal Space Program folder. I
4747
### Dependencies
4848

4949
* Hard Depencies:
50-
* [KSP API Extensions/L](https://github.com/net-lisias-ksp/KSPAPIExtensions) V 2.0 or above.
50+
* [KSP API Extensions/L](https://github.com/KSP-ModularManagement/KSPAPIExtensions) V 2.0 or above.
5151

5252
### Licensing
5353

@@ -67,7 +67,7 @@ This work is licensed as follows:
6767
- Please note that upgrading the license to any posterior GPL **IS NOT ALLOWED** for this work, as the author **DID NOT** added the "or (at your option) any later version" on the license.
6868
- You don't mix your work with GPL incompatible works.
6969

70-
[Previous releases](https://github.com/net-lisias-ksp/ModuleManager/tree/upstream/master) remain licensed under the [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). Additionally, [check this statement](https://creativecommons.org/2015/10/08/cc-by-sa-4-0-now-one-way-compatible-with-gplv3/) from CC.
70+
[Previous releases](https://github.com/KSP-ModularManagement/ModuleManager/tree/upstream/master) remain licensed under the [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). Additionally, [check this statement](https://creativecommons.org/2015/10/08/cc-by-sa-4-0-now-one-way-compatible-with-gplv3/) from CC.
7171

7272
Please note the copyrights and trademarks in [NOTICE](./NOTICE)
7373

0 commit comments

Comments
 (0)