Skip to content

Commit 191c897

Browse files
mapitmanphilclifford
authored andcommitted
Remove EULA for mdview
There's no need to accept the license as it's MIT and a no brainer. I had added this because whatever I was using for reference had it. I didn't realize it made the user accept it. Addresses #931
1 parent 20b2600 commit 191c897

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

01-main/packages/mdview

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ if [ "${ACTION}" != prettylist ]; then
55
URL="$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)"
66
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'_' -f2)"
77
fi
8-
EULA="https://github.com/mapitman/mdview/blob/main/LICENSE"
98
PRETTY_NAME="Markdown View (mdview)"
109
WEBSITE="https://github.com/mapitman/mdview"
1110
SUMMARY="A command line utility to format markdown and launch the resulting HTML file in the default web browser."

0 commit comments

Comments
 (0)