treewide: http -> https (#42665)
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Indexer and CGI search front-end built on Xapian library";
|
||||
homepage = http://xapian.org/;
|
||||
homepage = https://xapian.org/;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user