diff --git a/pkgs/quiver/default.nix b/pkgs/quiver/default.nix index 4a1d906..e6512ce 100644 --- a/pkgs/quiver/default.nix +++ b/pkgs/quiver/default.nix @@ -54,4 +54,12 @@ in stdenv.mkDerivation (final: { buildInputs = [ nodejs_20 ]; + meta = { + description = '' + A modern commutative diagram editor for the web. + ''; + homepage = "https://q.uiver.app/"; + license = lib.licenses.mit; + platforms = lib.platforms.unix; + }; })