mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
textproc/markdown: fix WWW
Give maintainership to Miguel Gocobachi <miguel@gocobachi.dev> PR: 247499 Submitted by: Miguel Gocobachi <miguel@gocobachi.dev>
This commit is contained in:
parent
9006551eba
commit
2955d08114
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541292
@ -5,10 +5,10 @@ PORTNAME= markdown
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= http://daringfireball.net/projects/downloads/
|
||||
MASTER_SITES= https://daringfireball.net/projects/markdown/
|
||||
DISTNAME= Markdown_${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= miguel@gocobachi.dev
|
||||
COMMENT= Text-to-HTML conversion tool for web writers
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
@ -6,4 +6,4 @@ Thus, "Markdown" is two things: a plain text markup syntax, and a
|
||||
software tool, written in Perl, that converts the plain text markup to
|
||||
HTML.
|
||||
|
||||
WWW: http://daringfireball.net/projects/markdown/
|
||||
WWW: https://daringfireball.net/projects/markdown
|
||||
|
Loading…
Reference in New Issue
Block a user