sqlite,sqlar: add licenses

wip/yesman
Markus Kowalewski 6 years ago
parent 1d4de0d552
commit a647d07f4c
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
  1. 1
      pkgs/development/libraries/sqlite/analyzer.nix
  2. 1
      pkgs/development/libraries/sqlite/default.nix
  3. 1
      pkgs/development/libraries/sqlite/sqlar.nix

@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
description = "A tool that shows statistics about SQLite databases";
downloadPage = http://sqlite.org/download.html;
homepage = http://www.sqlite.org;
license = licenses.publicDomain;
maintainers = with maintainers; [ pesterhazy ];
platforms = platforms.unix;
};

@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
description = "A self-contained, serverless, zero-configuration, transactional SQL database engine";
downloadPage = http://sqlite.org/download.html;
homepage = http://www.sqlite.org/;
license = licenses.publicDomain;
maintainers = with maintainers; [ eelco np ];
platforms = platforms.unix;
};

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://sqlite.org/sqlar;
description = "SQLite Archive utilities";
license = licenses.bsd2;
platforms = platforms.all;
maintainers = with maintainers; [ dtzWill ];
};

Loading…
Cancel
Save