Compare commits

..

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

View file

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