db: update meta.homepage
This commit is contained in:
parent
82cb8acd21
commit
07c7197b58
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ stdenv.mkDerivation (rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/index.html";
|
homepage = "https://www.oracle.com/database/technologies/related/berkeleydb.html";
|
||||||
description = "Berkeley DB";
|
description = "Berkeley DB";
|
||||||
license = license;
|
license = license;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
Loading…
Reference in a new issue