rfc-bibtex: fix homepage url
Incorrect schema: "ttps://" -> "https://"
This commit is contained in:
parent
44d9a86f41
commit
1459e57db1
@ -12,7 +12,7 @@ buildPythonApplication rec {
|
|||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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";
|
description = "Generate Bibtex entries for IETF RFCs and Internet-Drafts";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ teto ];
|
maintainers = with maintainers; [ teto ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user