neo4j: change homepage

This commit is contained in:
Kerstin Humm 2021-08-31 16:59:08 +02:00 committed by Jonathan Ringer
parent 5f2ae2e43f
commit 5d1500374d

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A highly scalable, robust (fully ACID) native graph database";
homepage = "http://www.neo4j.org/";
homepage = "https://neo4j.com/";
license = licenses.gpl3;
maintainers = with maintainers; [ jonringer offline ];
platforms = platforms.unix;