Compare commits
2 commits
fe1e8f2884
...
616ca2d32b
Author | SHA1 | Date | |
---|---|---|---|
616ca2d32b |
|||
7ea2377f35 |
1 changed files with 6 additions and 7 deletions
13
default.nix
13
default.nix
|
@ -5,14 +5,13 @@
|
|||
nodejs,
|
||||
buildNpmPackage,
|
||||
}:
|
||||
|
||||
buildNpmPackage rec {
|
||||
buildNpmPackage {
|
||||
pname = "out-of-your-element";
|
||||
version = "0";
|
||||
src = fetchgit {
|
||||
url = "https://gitdab.com/cadence/out-of-your-element.git";
|
||||
rev = "890e80854f97881b1d690991c7dccb6d67fb887a";
|
||||
sha256 = "E5uYWAatx9QsYKZcA0dD1yT5xIp/YDrVHpnXO0aFQ7Y=";
|
||||
rev = "7d83f114bae92d4a992fdb0c5a44936c4e47994e";
|
||||
sha256 = "sha256-IoO9dkxdDZlKSCllimwhn5YuvOzX8tSwAf5Qhckqkk4=";
|
||||
};
|
||||
npmDepsHash = "sha256-UqD1wj19Z23ZtW/J0uJ4Ft+gc9XWrbCz9tL2KkD03ZY=";
|
||||
dontNpmBuild = true;
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue