tetrio-desktop,tetrio-plus: update meta

This commit is contained in:
huantian 2024-10-01 11:44:57 -07:00
parent ab8f659d25
commit 3bb53bf500
No known key found for this signature in database
GPG Key ID: 4A0318E04E555DE5
2 changed files with 11 additions and 6 deletions

View File

@ -52,13 +52,13 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
changelog = "https://tetr.io/about/desktop/history/";
description = "TETR.IO desktop client";
description = "Desktop client for TETR.IO, an online stacker game";
downloadPage = "https://tetr.io/about/desktop/";
homepage = "https://tetr.io";
license = lib.licenses.unfree;
longDescription = ''
TETR.IO is a modern yet familiar online stacker.
Play against friends and foes all over the world, or claim a spot on the leaderboards - the stacker future is yours!
TETR.IO is a free-to-win modern yet familiar online stacker.
Play multiplayer games against friends and foes all over the world, or claim a spot on the leaderboards - the stacker future is yours!
'';
mainProgram = "tetrio";
maintainers = with lib.maintainers; [

View File

@ -19,11 +19,12 @@
let
version = "0.27.2";
rev = "electron-v${version}-tetrio-v${lib.versions.major tetrio-desktop.version}";
src = fetchFromGitLab {
owner = "UniQMG";
repo = "tetrio-plus";
rev = "electron-v${version}-tetrio-v${lib.versions.major tetrio-version}";
inherit rev;
hash = "sha256-PvTivTt1Zuvk5gaCcQDcIBFsUf/ZG7TJYXqm0NP++Bw=";
fetchSubmodules = true;
@ -153,9 +154,13 @@ stdenv.mkDerivation (finalAttrs: {
'';
meta = {
description = "TETR.IO customization tool suite";
downloadPage = "https://gitlab.com/UniQMG/tetrio-plus/-/releases";
description = "Modified TETR.IO desktop app.asar with many customization tools";
longDescription = ''
To use this, `override` the `withTetrioPlus` attribute of `tetrio-desktop`.
'';
homepage = "https://gitlab.com/UniQMG/tetrio-plus";
downloadPage = "https://gitlab.com/UniQMG/tetrio-plus/-/releases";
changelog = "https://gitlab.com/UniQMG/tetrio-plus/-/releases/${rev}";
license = [
lib.licenses.mit
# while tetrio-plus is itself mit, the result of this derivation