Skip to content

Commit

Permalink
We are not BYOND exclusive anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Aug 16, 2024
1 parent 3477871 commit e286fd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/package/deb/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/Tgstation.Server.Host/Utils/SwaggerConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static void Configure(SwaggerGenOptions swaggerGenOptions, string assembl
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
Expand Down

0 comments on commit e286fd0

Please sign in to comment.