From 8e05911ccb73c28b3040cd0a1ef240e655a1e83c Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Sun, 6 Jan 2019 19:16:39 -0500 Subject: [PATCH] otter-browser: add homepage --- pkgs/applications/networking/browsers/otter/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/browsers/otter/default.nix b/pkgs/applications/networking/browsers/otter/default.nix index 5b9ddfc8e71..9a47e18fad1 100644 --- a/pkgs/applications/networking/browsers/otter/default.nix +++ b/pkgs/applications/networking/browsers/otter/default.nix @@ -18,6 +18,7 @@ stdenv.mkDerivation { buildInputs = [ qtbase qtmultimedia qtwebengine ]; meta = with stdenv.lib; { + homepage = https://otter-browser.org; license = licenses.gpl3Plus; description = "Browser aiming to recreate the best aspects of the classic Opera (12.x) UI using Qt5"; maintainers = with maintainers; [ lheckemann ];