Update licensing information in package.yaml

Problem: it was agreed with Kostya Ivanov that the copyright owner
is Serokell, so it should be updated in package.yaml.
Also it mentions incorrect license (the one in the repo is MPL-2.0)
and does not have license-file.

Solution: update `copyright` field and `license` field. Also add
`license-file`. Update maintainer as well, because now many people
from Serokell are involved.
I also took the liberty to fix the `github` field.
This commit is contained in:
Ivan Gromakovskii 2019-12-18 17:11:24 +03:00
parent e685f5f813
commit 4592392f02
No known key found for this signature in database
GPG Key ID: 2B4D5D5D300D1A13

View File

@ -1,10 +1,11 @@
name: crossref-verifier
version: 0.1.0.0
github: "githubuser/crossref-verifier"
license: MIT
author: "Kostya Ivanov"
maintainer: "martoon.hsk@gmail.com"
copyright: "2018 Martoon"
github: serokell/crossref-verifier
license: MPL-2.0
license-file: LICENSE
author: Kostya Ivanov, Serokell
maintainer: Serokell <hi@serokell.io>
copyright: 2018-2019 Serokell <https://serokell.io>
extra-source-files:
- README.md