fix(quiver): Add meta

This commit is contained in:
2025-09-17 22:04:25 -06:00
parent c540e0ab83
commit 5802980437

View File

@@ -54,4 +54,12 @@ in stdenv.mkDerivation (final: {
buildInputs = [ buildInputs = [
nodejs_20 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;
};
}) })