pretalx: fix typo in schedule-editor pname

This commit is contained in:
Sandro
2025-12-04 14:34:37 +01:00
committed by GitHub
parent 3a4b875aef
commit 37a27de2dd
+1 -1
View File
@@ -48,7 +48,7 @@ let
};
pretix-schedule-editor = buildNpmPackage {
pname = "pretalx-schedule-editorc";
pname = "pretalx-schedule-editor";
inherit version src;
sourceRoot = "${src.name}/src/pretalx/frontend/schedule-editor";