Merge pull request #2307 from a1346054/fixes
Fix redirect in license file and remove trailing whitespace elsewhere
This commit is contained in:
commit
ecacc2e9bb
|
@ -26,4 +26,3 @@ do
|
|||
done
|
||||
gh release upload "$tag" "${files[@]}" --clobber || exit 1
|
||||
done
|
||||
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -681,4 +681,4 @@ into proprietary programs. If your program is a subroutine library, you
|
|||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<https://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
||||
|
|
|
@ -75,4 +75,3 @@ find . -name '.git' -prune -o -type f -name '*.hs' -print |
|
|||
do
|
||||
modify "$file" detestify
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue