Compare commits

..

No commits in common. "616ca2d32b610066d0dcf12496baa46f718dbdcd" and "fe1e8f28844350efdce4b15342e69c82b1e3369a" have entirely different histories.

View file

@ -5,13 +5,14 @@
nodejs, nodejs,
buildNpmPackage, buildNpmPackage,
}: }:
buildNpmPackage {
buildNpmPackage rec {
pname = "out-of-your-element"; pname = "out-of-your-element";
version = "0"; version = "0";
src = fetchgit { src = fetchgit {
url = "https://gitdab.com/cadence/out-of-your-element.git"; url = "https://gitdab.com/cadence/out-of-your-element.git";
rev = "7d83f114bae92d4a992fdb0c5a44936c4e47994e"; rev = "890e80854f97881b1d690991c7dccb6d67fb887a";
sha256 = "sha256-IoO9dkxdDZlKSCllimwhn5YuvOzX8tSwAf5Qhckqkk4="; sha256 = "E5uYWAatx9QsYKZcA0dD1yT5xIp/YDrVHpnXO0aFQ7Y=";
}; };
npmDepsHash = "sha256-UqD1wj19Z23ZtW/J0uJ4Ft+gc9XWrbCz9tL2KkD03ZY="; npmDepsHash = "sha256-UqD1wj19Z23ZtW/J0uJ4Ft+gc9XWrbCz9tL2KkD03ZY=";
dontNpmBuild = true; dontNpmBuild = true;
@ -30,13 +31,13 @@ buildNpmPackage {
''; '';
meta = with lib; { meta = with lib; {
description = "Matrix-Discord bridge with modern features."; description = "A Matrix Discord bridge";
homepage = "https://gitdab.com/cadence/out-of-your-element"; homepage = "https://gitdab.com/cadence/out-of-your-element";
longDescription = '' longDescription = ''
Modern Matrix-to-Discord appservice bridge, created by @cadence:cadence.moe. Cool.
''; '';
license = licenses.gpl3; license = licenses.gpl3;
# maintainers = with maintainers; [ RorySys ]; #maintainers = with maintainers; [ RorySys ];
mainProgram = "matrix-ooye"; mainProgram = "matrix-ooye";
}; };
} }