diff options
author | quidtum <quidtum> | 2020-12-09 21:25:27 -0500 |
---|---|---|
committer | quidtum <quidtum> | 2020-12-09 21:25:27 -0500 |
commit | 00df43e21c408d4915ddce5b6dc78000648df9e5 (patch) | |
tree | c340f28f3ee65cdbe1b55802112cdf0daec993d7 | |
parent | d284c94f04afc9321427e4d93480511b9452abd5 (diff) |
update
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | package.yaml | 7 | ||||
-rw-r--r-- | spectralrenga.cabal | 12 |
3 files changed, 7 insertions, 14 deletions
@@ -1,5 +1,5 @@ Spectral Renga -Copyright (C) 2020 quidtum.org +Copyright (C) 2020 cyfraeviolae.org This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/package.yaml b/package.yaml index 0d37757..ff152a1 100644 --- a/package.yaml +++ b/package.yaml @@ -1,10 +1,9 @@ name: spectralrenga version: 0.1.0.0 -github: "quidtum/spectralrenga" license: AGPL -author: "quidtum" -maintainer: "quidtum@quidtum.org" -copyright: "2020 quidtum.org" +author: "cyfraeviolae" +maintainer: "cyfraeviolae" +copyright: "2020 cyfraeviolae.org" extra-source-files: - README.md diff --git a/spectralrenga.cabal b/spectralrenga.cabal index 94097a0..4188e11 100644 --- a/spectralrenga.cabal +++ b/spectralrenga.cabal @@ -7,21 +7,15 @@ cabal-version: 1.12 name: spectralrenga version: 0.1.0.0 description: Please see the README. -homepage: https://github.com/quidtum/spectralrenga#readme -bug-reports: https://github.com/quidtum/spectralrenga/issues -author: quidtum -maintainer: quidtum@quidtum.org -copyright: 2020 quidtum.org +author: cyfraeviolae +maintainer: cyfraeviolae +copyright: 2020 cyfraeviolae.org license: AGPL license-file: LICENSE build-type: Simple extra-source-files: README.md -source-repository head - type: git - location: https://github.com/quidtum/spectralrenga - library exposed-modules: Lib |