postgresqlPackages.lantern: update license
license was changed to agpl3 in the 0.4.0 release
7ed99eb2b8
This commit is contained in:
parent
c90513d3ec
commit
dfedbb6088
@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "PostgreSQL vector database extension for building AI applications";
|
||||
homepage = "https://lantern.dev/";
|
||||
changelog = "https://github.com/lanterndata/lantern/blob/${finalAttrs.src.rev}/CHANGELOG.md";
|
||||
license = licenses.bsl11;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = [ ];
|
||||
platforms = postgresql.meta.platforms;
|
||||
# error: use of undeclared identifier 'aligned_alloc'
|
||||
|
Loading…
Reference in New Issue
Block a user