aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-17 02:19:28 -0700
committerFuwn <[email protected]>2024-09-17 02:19:28 -0700
commitcced57db1868d41ecd26c55eab06516eae4e3e8e (patch)
tree41478f349e2d8679a0f30dca2bb57af9fc8afc88
parentdocs(readme): add true package names (diff)
downloadtsutsumi-cced57db1868d41ecd26c55eab06516eae4e3e8e.tar.xz
tsutsumi-cced57db1868d41ecd26c55eab06516eae4e3e8e.zip
docs(readme): update thorium description
-rw-r--r--README.md2
-rw-r--r--pkgs/thorium.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ec29efc..dbc2a76 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Test out any of these applications without installing anything by running
- [Rui](https://github.com/Fuwn/rui/) (`rui`) - Personal NixOS Flake Manager
- [swaddle](https://github.com/ATTron/swaddle) - Swayidle inhibitor when watching content or listening to audio
- [t](https://github.com/nixports/t) - A command-line todo list manager for people that want to finish tasks, not organize them.
-- [Thorium](https://thorium.rocks/) (`thorium`) - Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md."
+- [Thorium](https://thorium.rocks/) (`thorium`) - Chromium fork named after radioactive element No. 90.
- [Yaak](https://yaak.app/) (`yaak`) - The API client for modern developers
- [Zen Browser](https://zen-browser.app/) (`zen-browser-bin`)
diff --git a/pkgs/thorium.nix b/pkgs/thorium.nix
index c1221e9..21fd4d5 100644
--- a/pkgs/thorium.nix
+++ b/pkgs/thorium.nix
@@ -14,7 +14,7 @@ pkgs.appimageTools.wrapType2 {
src = "${thorium-archive}";
meta = with lib; {
- description = "Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md.";
+ description = "Chromium fork named after radioactive element No. 90.";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
homepage = "https://thorium.rocks/";
license = licenses.bsd3;