Merge pull request #120824 from jbedo/genomicsqlite

sqlitecpp: update metadata
This commit is contained in:
Sandro 2021-04-27 15:45:22 +02:00 committed by GitHub
commit bb80d578e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, cmake, sqlite, cppcheck, gtest }:
stdenv.mkDerivation rec {
pname = "SQLiteCpp";
pname = "sqlitecpp";
version = "3.1.1";
src = fetchFromGitHub {
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
homepage = "http://srombauts.github.com/SQLiteCpp";
homepage = "https://srombauts.github.io/SQLiteCpp/";
description = "C++ SQLite3 wrapper";
license = licenses.mit;
platforms = platforms.unix;