dqlite: avoid with lib;

This commit is contained in:
Sizhe Zhao 2025-06-08 13:22:17 +08:00
parent aec172c0df
commit 7836a555c3
No known key found for this signature in database
GPG key ID: ED1807251A7DA08F

View file

@ -47,14 +47,14 @@ stdenv.mkDerivation (finalAttrs: {
inherit lxd-lts;
};
meta = with lib; {
meta = {
description = ''
Expose a SQLite database over the network and replicate it across a
cluster of peers
'';
homepage = "https://dqlite.io/";
license = licenses.asl20;
license = lib.licenses.asl20;
maintainers = [ ];
platforms = platforms.linux;
platforms = lib.platforms.linux;
};
})