diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
| commit | eb03211b1c405f19ccb313e0573836c8fd332d5e (patch) | |
| tree | 62b493a93439b6656e2c4a6f9d8ea9101c4dbfc2 | |
| parent | 59184afcf66f2983f15e90e7486d033691c8f6ed (diff) | |
gnu: sugar-turtlepond-activity: Fix metadata.
It was copied from sugar-commander-activity and never updated.
* gnu/packages/sugar.scm (sugar-turtlepond-activity)
[home-page, synopsis, description]: Describe sugar-turtlepond-activity.
Change-Id: I551dcabd200e4e5059cf3a47d5e7231fc79e1490
| -rw-r--r-- | gnu/packages/sugar.scm | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm index 18b96041a54..2e9e28aa218 100644 --- a/gnu/packages/sugar.scm +++ b/gnu/packages/sugar.scm | |||
| @@ -1277,14 +1277,10 @@ import logging | |||
| 1277 | sugar-toolkit-gtk3)) | 1277 | sugar-toolkit-gtk3)) |
| 1278 | (native-inputs | 1278 | (native-inputs |
| 1279 | (list gettext-minimal)) | 1279 | (list gettext-minimal)) |
| 1280 | (home-page "https://github.com/sugarlabs/sugar-commander") | 1280 | (home-page "https://github.com/sugarlabs/turtlepond") |
| 1281 | (synopsis "Manage your Sugar journal") | 1281 | (synopsis "Turtle-based strategy game") |
| 1282 | (description "Sugar-commander lets you import items from removeable | 1282 | (description "Turtle in a Pond is a strategy game. The goal is to |
| 1283 | devices like USB drives and SD cards using a familiar hierarchical view of | 1283 | surround the turtle before it runs off the screen.") |
| 1284 | files on these devices, as opposed to the flattened Journal view that the | ||
| 1285 | Sugar Journal gives to these devices. It also enables you to see how much | ||
| 1286 | disk space each Journal entry uses, generates thumbnails, and does other | ||
| 1287 | things to enhance your use of the Journal.") | ||
| 1288 | (license license:gpl2+)))) | 1284 | (license license:gpl2+)))) |
| 1289 | 1285 | ||
| 1290 | (define-public sugar-typing-turtle-activity | 1286 | (define-public sugar-typing-turtle-activity |
