summaryrefslogtreecommitdiff
path: root/pkgs/0001-fix-poetry-name-issue.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/0001-fix-poetry-name-issue.patch')
-rw-r--r--pkgs/0001-fix-poetry-name-issue.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/pkgs/0001-fix-poetry-name-issue.patch b/pkgs/0001-fix-poetry-name-issue.patch
new file mode 100644
index 0000000..9cc82bd
--- /dev/null
+++ b/pkgs/0001-fix-poetry-name-issue.patch
@@ -0,0 +1,23 @@
+From 6a38df44cc64a4952528afe71c03c3931526af15 Mon Sep 17 00:00:00 2001
+From: stuebinm <stuebinm@disroot.org>
+Date: Wed, 22 Mar 2023 00:36:23 +0100
+Subject: [PATCH] fix poetry name issue
+
+---
+ pyproject.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index 9eb393a..1704691 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -1,5 +1,5 @@
+ [tool.poetry]
+-name = "glitchtip-backend"
++name = "glitchtip"
+ version = "0.1.0"
+ description = "Django backend that powers GlitchTip, an open source reimplementation of Sentry"
+ authors = ["David Burke"]
+--
+2.38.3
+