treewide: homepage+src updates (found by repology, #33263)
This commit is contained in:
committed by
Vladimír Čunát
parent
a7ef0c03d2
commit
7b97c8c0c8
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user