mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
postgresqlPackages.lantern: update license (#355841)
This commit is contained in:
commit
57ffa0833c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ buildPostgresqlExtension (finalAttrs: {
|
||||||
description = "PostgreSQL vector database extension for building AI applications";
|
description = "PostgreSQL vector database extension for building AI applications";
|
||||||
homepage = "https://lantern.dev/";
|
homepage = "https://lantern.dev/";
|
||||||
changelog = "https://github.com/lanterndata/lantern/blob/${finalAttrs.src.rev}/CHANGELOG.md";
|
changelog = "https://github.com/lanterndata/lantern/blob/${finalAttrs.src.rev}/CHANGELOG.md";
|
||||||
license = licenses.bsl11;
|
license = licenses.agpl3Only;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = postgresql.meta.platforms;
|
platforms = postgresql.meta.platforms;
|
||||||
# error: use of undeclared identifier 'aligned_alloc'
|
# error: use of undeclared identifier 'aligned_alloc'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue