diff options
| author | Remco van 't Veer <remco@remworks.net> | 2025-10-05 13:39:22 +0200 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-08 23:07:37 +0900 |
| commit | adf9d880fc9993651c6f1aec0321fa47da9f5115 (patch) | |
| tree | 7d490f76076deecef6901d0c16ca93f2938f8939 /gnu | |
| parent | 5aaf587becbd6bd01b5ec1bbb62e40f2cd5b8d44 (diff) | |
gnu: pythonscad: Fix synopsis typo.
* gnu/packages/engineering.scm (pythonscad)[synopsis]: Fix typo.
Change-Id: Icd885b57e496c74b34cf01f2609b1c9218b3075e
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/engineering.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 71ec41017aa..761d915d67d 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -3240,7 +3240,7 @@ models in the STL and OFF file formats.") "/share/sanitizers-cmake/cmake"))))))))) (inputs (modify-inputs (package-inputs openscad) (append curl libfive))) - (synopsis "Script-based 3D modeling app whith Python support") + (synopsis "Script-based 3D modeling app with Python support") (description "PythonSCAD is a programmatic 3D modeling application. It allows you to turn simple code into 3D models suitable for 3D printing. It is a fork of |
