Merge pull request #71021 from fgaz/misaka/https-url

python: misaka: update homepage url
This commit is contained in:
Mario Rodas
2019-10-12 09:24:00 -05:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A CFFI binding for Hoedown, a markdown parsing library";
homepage = "http://misaka.61924.nl/";
homepage = "https://misaka.61924.nl";
license = licenses.mit;
maintainers = with maintainers; [ fgaz ];
};