rfc-bibtex: fix homepage url

Incorrect schema: "ttps://" -> "https://"
This commit is contained in:
Renaud
2019-11-16 09:51:54 +01:00
committed by GitHub
parent 44d9a86f41
commit 1459e57db1

View File

@@ -12,7 +12,7 @@ buildPythonApplication rec {
disabled = !isPy3k;
meta = with stdenv.lib; {
homepage = ttps://github.com/iluxonchik/rfc-bibtex/;
homepage = https://github.com/iluxonchik/rfc-bibtex/;
description = "Generate Bibtex entries for IETF RFCs and Internet-Drafts";
license = licenses.mit;
maintainers = with maintainers; [ teto ];