From 549aec021e50e88863b8db8fb90195e21fe879f3 Mon Sep 17 00:00:00 2001 From: norangebit Date: Sun, 24 Jan 2021 15:35:00 +0100 Subject: [PATCH] Fix typo --- README.md | 5 +++-- ad-alta-voce.cabal | 2 +- data/templates/podcast.mustache | 1 + package.yaml | 2 +- src/Command/Single.hs | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9911540..8d2447f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ loud all ### Help page -È possibile visualizzare le opzioni agiunti attraverso la *help page* richiamabile attraverso il seguente comando: +È possibile visualizzare le opzioni aggiuntive attraverso la *help page* richiamabile attraverso il seguente comando: ```bash loud --help @@ -42,10 +42,11 @@ loud --help ## Utilizzo tramite stack -Alternativamente è possibile utilizzare il `loud` attraverso `stack` senza doverlo installare. +Alternativamente è possibile utilizzare `loud` attraverso `stack` senza doverlo installare. In questo caso i comandi sono: ```bash stack run -- single stack run -- all ``` + diff --git a/ad-alta-voce.cabal b/ad-alta-voce.cabal index 4d2fb04..3d1b9bd 100644 --- a/ad-alta-voce.cabal +++ b/ad-alta-voce.cabal @@ -12,7 +12,7 @@ bug-reports: https://github.com/norangebit/ad-alta-voce/issues author: Raffaele Mignone maintainer: git@norangeb.it copyright: 2021 norangebit -license: GPL3 +license: GPL-3 license-file: LICENSE build-type: Simple extra-source-files: diff --git a/data/templates/podcast.mustache b/data/templates/podcast.mustache index 977bb40..e5ff11f 100644 --- a/data/templates/podcast.mustache +++ b/data/templates/podcast.mustache @@ -27,3 +27,4 @@ {{/episodes}} + diff --git a/package.yaml b/package.yaml index 0f2140a..407c6b8 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ name: ad-alta-voce version: 0.0.0.1 github: "norangebit/ad-alta-voce" -license: GPL3 +license: GPL-3 author: "Raffaele Mignone" maintainer: "git@norangeb.it" copyright: "2021 norangebit" diff --git a/src/Command/Single.hs b/src/Command/Single.hs index 335361a..2ee10a6 100644 --- a/src/Command/Single.hs +++ b/src/Command/Single.hs @@ -55,4 +55,4 @@ single url outdir = do let podcast = generatePodcast day url <$> audiobook writePodcastTemplate compiled podcast outdir - \ No newline at end of file +