python: misaka: update homepage url

it redirected
This commit is contained in:
Francesco Gazzetta 2019-10-12 11:43:52 +02:00
parent e9cd8a2d60
commit fbb14b289f

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 ];
};