Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
This commit is contained in:
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
installCheckPhase = "$out/bin/groonga --version";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://groonga.org/;
|
||||
homepage = https://groonga.org/;
|
||||
description = "An open-source fulltext search engine and column store";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = [ maintainers.ericsagnes ];
|
||||
|
||||
Reference in New Issue
Block a user