mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
sqlite: use blessing license
source: https://sqlite.org/src/artifact/df5091916dbb40e6
This commit is contained in:
@@ -161,7 +161,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Self-contained, serverless, zero-configuration, transactional SQL database engine";
|
||||
downloadPage = "https://sqlite.org/download.html";
|
||||
homepage = "https://www.sqlite.org/";
|
||||
license = lib.licenses.publicDomain;
|
||||
license = lib.licenses.blessing;
|
||||
mainProgram = "sqlite3";
|
||||
maintainers = with lib.maintainers; [ np ];
|
||||
teams = [ lib.teams.security-review ];
|
||||
|
||||
@@ -39,7 +39,7 @@ let
|
||||
meta = {
|
||||
inherit description homepage mainProgram;
|
||||
downloadPage = "http://sqlite.org/download.html";
|
||||
license = lib.licenses.publicDomain;
|
||||
license = lib.licenses.blessing;
|
||||
maintainers = with lib.maintainers; [ johnazoidberg ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user