mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 20:47:28 +01:00
We are not BYOND exclusive anymore
This commit is contained in:
@@ -24,5 +24,5 @@ Depends:
|
||||
Recommends:
|
||||
libsystemd0,
|
||||
gdb,
|
||||
Description: A production scale tool for BYOND server management
|
||||
This is a toolset to manage production BYOND servers. It includes the ability to update the server without having to stop or shutdown the server (the update will take effect on a "reboot" of the server), the ability to start the server and restart it if it crashes, as well as systems for managing code and game files, and locally merging GitHub Pull Requests for test deployments.
|
||||
Description: A production scale tool for DreamMaker server management
|
||||
This is a toolset to manage production DreamMaker servers. It includes the ability to update the server without having to stop or shutdown the server (the update will take effect on a "reboot" of the server), the ability to start the server and restart it if it crashes, as well as systems for managing code and game files, and locally merging GitHub Pull Requests for test deployments.
|
||||
|
||||
@@ -76,7 +76,7 @@ namespace Tgstation.Server.Host.Utils
|
||||
Name = "/tg/station 13",
|
||||
Url = new Uri("https://github.com/tgstation"),
|
||||
},
|
||||
Description = "A production scale tool for BYOND server management",
|
||||
Description = "A production scale tool for DreamMaker server management",
|
||||
});
|
||||
|
||||
// Important to do this before applying our own filters
|
||||
|
||||
Reference in New Issue
Block a user