Skip to content

Commit f734b74

Browse files
committed
emiluaPlugins.beast: add meta
Signed-off-by: lucasew <[email protected]>
1 parent 1603fbc commit f734b74

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pkgs/development/emilua-plugins/beast/default.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
lib,
23
stdenv,
34
emilua,
45
meson,
@@ -34,4 +35,15 @@ stdenv.mkDerivation (self: {
3435
];
3536

3637
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
38+
39+
meta = {
40+
description = "Emilua bindings to Boost.Beast (a WebSocket library)";
41+
homepage = "https://gitlab.com/emilua/beast";
42+
license = lib.licenses.boost;
43+
maintainers = with lib.maintainers; [
44+
manipuladordedados
45+
lucasew
46+
];
47+
platforms = lib.platforms.linux;
48+
};
3749
})

0 commit comments

Comments
 (0)