From 58976c9027052a9d6fb6c2119d1ba6b50fcf0dcd Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Tue, 14 Jan 2020 19:29:27 +0100
Subject: [PATCH] Fix typo

This spelling crashes Poetry.
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index e36874a..9fdf822 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [tool.poetry]
-name = "AlekSIS-App-MÄ“nsa"
+name = "AlekSIS-App-Mensa"
 version = "1.0a4dev0"
 packages = [
     { include = "aleksis" }
-- 
GitLab