diff --git a/pkgs/applications/networking/browsers/otter/default.nix b/pkgs/applications/networking/browsers/otter/default.nix index 5b9ddfc8e714c1..9a47e18fad121c 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 ];