about summary refs log tree commit diff
path: root/pkgs/applications/networking/super-productivity
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-07-21 19:43:53 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-07-21 19:43:53 +0200
commitad47d658d1734353df834a05e45b98dae968550d (patch)
tree5ee2481126f5e29cf961e3b955b748609bc08f82 /pkgs/applications/networking/super-productivity
parent8213ff161c461655aaff7d43984384dbca64b312 (diff)
parentcc218fc91530529b84307faf6fa2dd8c5d395d6f (diff)
downloadnixlib-ad47d658d1734353df834a05e45b98dae968550d.tar
nixlib-ad47d658d1734353df834a05e45b98dae968550d.tar.gz
nixlib-ad47d658d1734353df834a05e45b98dae968550d.tar.bz2
nixlib-ad47d658d1734353df834a05e45b98dae968550d.tar.lz
nixlib-ad47d658d1734353df834a05e45b98dae968550d.tar.xz
nixlib-ad47d658d1734353df834a05e45b98dae968550d.tar.zst
nixlib-ad47d658d1734353df834a05e45b98dae968550d.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/networking/super-productivity')
-rw-r--r--pkgs/applications/networking/super-productivity/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/super-productivity/default.nix b/pkgs/applications/networking/super-productivity/default.nix
index 80210d898b39..59872afaad93 100644
--- a/pkgs/applications/networking/super-productivity/default.nix
+++ b/pkgs/applications/networking/super-productivity/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, dpkg, makeWrapper
 , alsaLib, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, glib
 , gnome2, gtk3, gdk_pixbuf, libnotify, libxcb, nspr, nss, pango
-, systemd, wget, xorg, xprintidle-ng }:
+, systemd, xorg, xprintidle-ng }:
 
 let
 
@@ -97,7 +97,7 @@ in stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "To Do List / Time Tracker with Jira Integration.";
-    homepage = http://super-productivity.com;
+    homepage = https://super-productivity.com;
     license = licenses.mit;
     platforms = [ "x86_64-linux" ];
     maintainers = with maintainers; [ offline ];