sqlitecpp: update metadata

This commit is contained in:
Justin Bedo 2021-04-27 15:42:39 +10:00
parent c1290daeaa
commit e9b9feac84
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

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;