summary refs log tree commit diff
diff options
context:
space:
mode:
authorHenry-Hiles <henry@henryhiles.com>2025-06-20 23:06:51 -0400
committerRory& <root@rory.gay>2025-06-21 16:06:45 +0200
commit0cab3e9941bfd9c4730b1ae48df63a0db83981e2 (patch)
treec43f0809c70215775b52e3603bc8fd03d5838407
parentUpdate package (diff)
downloadOOYE-module-0cab3e9941bfd9c4730b1ae48df63a0db83981e2.tar.xz
Further cleanups
-rw-r--r--default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/default.nix b/default.nix

index 7d97e1f..2bd0292 100644 --- a/default.nix +++ b/default.nix
@@ -5,8 +5,7 @@ nodejs, buildNpmPackage, }: - -buildNpmPackage rec { +buildNpmPackage { pname = "out-of-your-element"; version = "0"; src = fetchgit { @@ -31,13 +30,13 @@ buildNpmPackage rec { ''; meta = with lib; { - description = "A Matrix Discord bridge"; + description = "Matrix-Discord bridge with modern features."; homepage = "https://gitdab.com/cadence/out-of-your-element"; longDescription = '' - Cool. + Modern Matrix-to-Discord appservice bridge, created by @cadence:cadence.moe. ''; license = licenses.gpl3; - #maintainers = with maintainers; [ RorySys ]; + # maintainers = with maintainers; [ RorySys ]; mainProgram = "matrix-ooye"; }; }