manuskript: add strawbee as maintainer

This commit is contained in:
strawbee
2024-07-22 16:49:49 -07:00
committed by StillToad
parent 4ac9e605fa
commit 9859c23584
@@ -24,7 +24,7 @@ python3Packages.buildPythonApplication rec {
patchPhase = ''
substituteInPlace manuskript/ui/welcome.py \
--replace sample-projects $out/share/${pname}/sample-projects
'';
'';
buildPhase = "";
@@ -44,19 +44,19 @@ python3Packages.buildPythonApplication rec {
description = "Open-source tool for writers";
homepage = "https://www.theologeek.ch/manuskript";
longDescription = ''
Manuskript is a tool for those writer who like to organize and
plan everything before writing. The snowflake method can help you
grow your idea into a book, by leading you step by step and asking
you questions to go deeper. While writing, keep track of notes
about every characters, plot, event, place in your story.
Manuskript is a tool for those writer who like to organize and
plan everything before writing. The snowflake method can help you
grow your idea into a book, by leading you step by step and asking
you questions to go deeper. While writing, keep track of notes
about every characters, plot, event, place in your story.
Develop complex characters and keep track of all useful infos.
Create intricate plots, linked to your characters, and use them to
outline your story. Organize your ideas about the world your
characters live in.
Develop complex characters and keep track of all useful infos.
Create intricate plots, linked to your characters, and use them to
outline your story. Organize your ideas about the world your
characters live in.
'';
license = lib.licenses.gpl3;
maintainers = [ ];
maintainers = with lib.maintainers; [ strawbee ];
platforms = lib.platforms.unix;
mainProgram = "manuskript";
};