From 1f38ac0420dcf17646e328249a1068faed2cd568 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 26 May 2023 07:49:32 +0200 Subject: Metadata adjustments --- LICENSE | 6 +++--- jsonld.cabal | 6 +++++- package.yaml | 3 ++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 5ef71ac..7c25811 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright Author name here (c) 2023 +Copyright Volpeon (c) 2023 All rights reserved. @@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met: disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Author name here nor the names of other + * Neither the name of Volpeon nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission. @@ -27,4 +27,4 @@ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/jsonld.cabal b/jsonld.cabal index d4b3835..5d841aa 100644 --- a/jsonld.cabal +++ b/jsonld.cabal @@ -6,7 +6,7 @@ cabal-version: 1.12 name: jsonld version: 0.1.0.0 -description: Please see the README on GitHub at +description: Please see the README on GitHub at author: Volpeon maintainer: me@volpeon.ink copyright: 2023 Volpeon @@ -17,6 +17,10 @@ extra-source-files: README.md CHANGELOG.md +source-repository head + type: git + location: https://git.vulpes.one/hs-jsonld/ + library exposed-modules: Data.JLD diff --git a/package.yaml b/package.yaml index 5419b71..1477ff7 100644 --- a/package.yaml +++ b/package.yaml @@ -2,6 +2,7 @@ name: jsonld version: 0.1.0.0 license: BSD3 author: "Volpeon" +git: "https://git.vulpes.one/hs-jsonld/" maintainer: "me@volpeon.ink" copyright: "2023 Volpeon" @@ -16,7 +17,7 @@ extra-source-files: # To avoid duplicated efforts in documentation and dealing with the # complications of embedding Haddock markup inside cabal files, it is # common to point users to the README.md file. -description: Please see the README on GitHub at +description: Please see the README on GitHub at dependencies: - base >= 4.7 && < 5 -- cgit v1.2.3-54-g00ecf