diff --git a/build/package/deb/debian/control b/build/package/deb/debian/control index f0a7ecbbe3..67356359b6 100644 --- a/build/package/deb/debian/control +++ b/build/package/deb/debian/control @@ -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. diff --git a/src/Tgstation.Server.Host/Utils/SwaggerConfiguration.cs b/src/Tgstation.Server.Host/Utils/SwaggerConfiguration.cs index a700ccc9cb..dc15d9db68 100644 --- a/src/Tgstation.Server.Host/Utils/SwaggerConfiguration.cs +++ b/src/Tgstation.Server.Host/Utils/SwaggerConfiguration.cs @@ -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