about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/h2/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/servers/h2/default.nix b/pkgs/servers/h2/default.nix
index f8135f326b389..b06d0464deabc 100644
--- a/pkgs/servers/h2/default.nix
+++ b/pkgs/servers/h2/default.nix
@@ -35,9 +35,11 @@ maven.buildMavenPackage rec {
 
   meta = with lib; {
     description = "The Java SQL database";
-    homepage = "http://www.h2database.com/html/main.html";
+    homepage = "https://h2database.com/html/main.html";
+    changelog = "https://h2database.com/html/changelog.html";
     license = licenses.mpl20;
     platforms = lib.platforms.linux;
     maintainers = with maintainers; [ mahe anthonyroussel ];
+    mainProgram = "h2";
   };
 }