about summary refs log tree commit diff
path: root/MatrixUtils.Desktop/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--MatrixUtils.Desktop/Program.cs (renamed from MatrixRoomUtils.Desktop/Program.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Desktop/Program.cs b/MatrixUtils.Desktop/Program.cs

index aa1d9d3..0f4c09c 100644 --- a/MatrixRoomUtils.Desktop/Program.cs +++ b/MatrixUtils.Desktop/Program.cs
@@ -2,7 +2,7 @@ using Avalonia; using Microsoft.Extensions.Hosting; using Tmds.DBus.Protocol; -namespace MatrixRoomUtils.Desktop; +namespace MatrixUtils.Desktop; internal class Program { private static IHost appHost;