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
commit 47de8d5aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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