We are not BYOND exclusive anymore

This commit is contained in:
Jordan Dominion
2024-08-16 16:05:54 -04:00
parent 3477871640
commit e286fd016d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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