otter-browser: add homepage

This commit is contained in:
worldofpeace 2019-01-06 19:16:39 -05:00
parent 16cef9de77
commit 8e05911ccb

View file

@ -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 ];