opengrm-ngram: fix meta.homepage

This commit is contained in:
Ben Siraphob 2022-01-01 01:49:33 +07:00 committed by Jonathan Ringer
parent 84ffe78949
commit 9e404fc0e6

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Library to make and modify n-gram language models encoded as weighted finite-state transducers";
homepage = "http://www.openfst.org/twiki/bin/view/GRM/NGramLibrary";
homepage = "https://www.openfst.org/twiki/bin/view/GRM/NGramLibrary";
license = licenses.asl20;
maintainers = with maintainers; [ mic92 ];
platforms = platforms.unix;