From ec2e1e8df4655bc5002269d5ef99d219327f193a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 5 Dec 2023 05:24:35 +0100 Subject: [PATCH 1/2] Add Coblat to wishlist --- wishlist.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wishlist.toml b/wishlist.toml index 7dbb6206..7cf39da9 100644 --- a/wishlist.toml +++ b/wishlist.toml @@ -256,6 +256,12 @@ description = "CloudTube front-end for YouTube" upstream = "https://git.sr.ht/~cadence/cloudtube" website = "https://tube.cadence.moe/" +[coblat] +name = "Coblat" +description = "Simple Media downloader GUI" +upstream = "https://github.com/wukko/cobalt" +website = "https://cobalt.tools/" + [commafeed] name = "Commafeed" description = "RSS reader" From 6d318c6f5be0be0a58adc332d4e7f7edfcb729b8 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 6 Dec 2023 17:06:06 +0100 Subject: [PATCH 2/2] Fix typo in Cobalt name --- wishlist.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wishlist.toml b/wishlist.toml index 7cf39da9..3780d552 100644 --- a/wishlist.toml +++ b/wishlist.toml @@ -256,8 +256,8 @@ description = "CloudTube front-end for YouTube" upstream = "https://git.sr.ht/~cadence/cloudtube" website = "https://tube.cadence.moe/" -[coblat] -name = "Coblat" +[cobalt] +name = "Cobalt" description = "Simple Media downloader GUI" upstream = "https://github.com/wukko/cobalt" website = "https://cobalt.tools/"