Skip to content

Commit

Permalink
Remove EULA for mdview
Browse files Browse the repository at this point in the history
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 wimpysworld#931
  • Loading branch information
mapitman committed Nov 11, 2023
1 parent 237199e commit 4ed36f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 01-main/packages/mdview
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ if [ "${ACTION}" != prettylist ]; then
URL="$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)"
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'_' -f2)"
fi
EULA="https://github.com/mapitman/mdview/blob/main/LICENSE"
PRETTY_NAME="Markdown View (mdview)"
WEBSITE="https://github.com/mapitman/mdview"
SUMMARY="A command line utility to format markdown and launch the resulting HTML file in the default web browser."

0 comments on commit 4ed36f7

Please sign in to comment.