about summary refs log tree commit diff
path: root/pkgs/applications/search
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2018-01-05 14:42:46 -0500
committerVladimír Čunát <vcunat@gmail.com>2018-01-05 20:42:46 +0100
commit7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9 (patch)
tree10ce937167f666f694f15c35f08d6648f03e90e9 /pkgs/applications/search
parenta7ef0c03d209e0512be9da390c4dcdf2235730f9 (diff)
treewide: homepage+src updates (found by repology, #33263)
Diffstat (limited to 'pkgs/applications/search')
-rw-r--r--pkgs/applications/search/doodle/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/search/doodle/default.nix b/pkgs/applications/search/doodle/default.nix
index 3a9df15057423..ba9fbee5d9696 100644
--- a/pkgs/applications/search/doodle/default.nix
+++ b/pkgs/applications/search/doodle/default.nix
@@ -6,12 +6,12 @@ stdenv.mkDerivation rec {
   buildInputs = [ libextractor gettext ];
 
   src = fetchurl {
-    url = "http://grothoff.org/christian/doodle/download/${name}.tar.gz";
+    url = "https://grothoff.org/christian/doodle/download/${name}.tar.gz";
     sha256 = "0ayx5q7chzll9sv3miq35xl36r629cvgdzphf379kxzlzhjldy3j";
   };
 
   meta = {
-    homepage = http://grothoff.org/christian/doodle/;
+    homepage = https://grothoff.org/christian/doodle/;
     description = "Tool to quickly index and search documents on a computer";
     license = stdenv.lib.licenses.gpl2Plus;
     maintainers = with stdenv.lib.maintainers; [viric];