From e286fd016d5d21a13e38e6bcb0ddf1a9caeb5ba0 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 16 Aug 2024 16:04:31 -0400 Subject: [PATCH] We are not BYOND exclusive anymore --- build/package/deb/debian/control | 4 ++-- src/Tgstation.Server.Host/Utils/SwaggerConfiguration.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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