From eb03211b1c405f19ccb313e0573836c8fd332d5e Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 18 Aug 2024 02:00:00 +0200 Subject: 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 --- gnu/packages/sugar.scm | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm index 18b96041a5..2e9e28aa21 100644 --- a/gnu/packages/sugar.scm +++ b/gnu/packages/sugar.scm @@ -1277,14 +1277,10 @@ import logging sugar-toolkit-gtk3)) (native-inputs (list gettext-minimal)) - (home-page "https://github.com/sugarlabs/sugar-commander") - (synopsis "Manage your Sugar journal") - (description "Sugar-commander lets you import items from removeable -devices like USB drives and SD cards using a familiar hierarchical view of -files on these devices, as opposed to the flattened Journal view that the -Sugar Journal gives to these devices. It also enables you to see how much -disk space each Journal entry uses, generates thumbnails, and does other -things to enhance your use of the Journal.") + (home-page "https://github.com/sugarlabs/turtlepond") + (synopsis "Turtle-based strategy game") + (description "Turtle in a Pond is a strategy game. The goal is to +surround the turtle before it runs off the screen.") (license license:gpl2+)))) (define-public sugar-typing-turtle-activity -- cgit v1.2.3