summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-01-06 19:16:39 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-01-06 19:36:31 -0500
commit8e05911ccb73c28b3040cd0a1ef240e655a1e83c (patch)
tree698644d6238405d684257ba48f4913762748f82d
parent16cef9de77b6cea686f6ac695630dc4723e64a23 (diff)
downloadnixpkgs-8e05911ccb73c28b3040cd0a1ef240e655a1e83c.tar
nixpkgs-8e05911ccb73c28b3040cd0a1ef240e655a1e83c.tar.gz
nixpkgs-8e05911ccb73c28b3040cd0a1ef240e655a1e83c.tar.bz2
nixpkgs-8e05911ccb73c28b3040cd0a1ef240e655a1e83c.tar.lz
nixpkgs-8e05911ccb73c28b3040cd0a1ef240e655a1e83c.tar.xz
nixpkgs-8e05911ccb73c28b3040cd0a1ef240e655a1e83c.tar.zst
nixpkgs-8e05911ccb73c28b3040cd0a1ef240e655a1e83c.zip
otter-browser: add homepage
-rw-r--r--pkgs/applications/networking/browsers/otter/default.nix1
1 files changed, 1 insertions, 0 deletions
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 ];