From 53be52ae42c67e073e251fbee62e4fea21243698 Mon Sep 17 00:00:00 2001 From: Jeffrey Bouter Date: Sat, 19 Oct 2019 09:29:07 +0200 Subject: [PATCH] Update authors - Update the authors as described in #61 Signed-off-by: Jeffrey Bouter --- CONTRIBUTING.md | 8 ++++---- README.rst | 18 ++++++++++-------- setup.py | 6 +++--- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 331db26..ebcf2b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ email, or any other method with the owners of this repository before making a ch Please note we have a code of conduct, please follow it in all your interactions with the project. The workflow advice below mirrors [SaltStack's own guide](https://docs.saltstack.com/en/latest/topics/development/contributing.html#sending-a-github-pull-request) and is well worth reading. -1. [Fork roaldnefs/salt-lint](https://github.com/roaldnefs/salt-lint/fork) on GitHub. +1. [Fork warpnet/salt-lint](https://github.com/warpnet/salt-lint/fork) on GitHub. 2. Make a local clone of your fork. ```bash @@ -15,9 +15,9 @@ git clone git@github.com:my-account/salt-lint.git cd salt-lint ``` -3. Add [roaldnefs/salt-lint](https://github.com/roaldnefs/salt-lint) as a git remote. +3. Add [warpnet/salt-lint](https://github.com/warpnet/salt-lint) as a git remote. ```bash -git remote add upstream https://github.com/roaldnefs/salt-lint.git +git remote add upstream https://github.com/warpnet/salt-lint.git ``` 4. Create a new branch in your clone. Create your branch from the develop branch. @@ -121,7 +121,7 @@ a project may be further defined and clarified by project maintainers. ### Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at info@roaldnefs.com. All +reported by contacting the project team at dev@warpnet.nl. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/README.rst b/README.rst index 54c58a0..b98f747 100644 --- a/README.rst +++ b/README.rst @@ -2,12 +2,12 @@ :target: https://pypi.org/project/salt-lint :alt: PyPI -.. image:: https://img.shields.io/travis/roaldnefs/salt-lint.svg?style=for-the-badge - :target: https://travis-ci.org/roaldnefs/salt-lint +.. image:: https://img.shields.io/travis/warpnet/salt-lint.svg?style=for-the-badge + :target: https://travis-ci.org/warpnet/salt-lint :alt: Travis (.org) -.. image:: https://img.shields.io/coveralls/github/roaldnefs/salt-lint.svg?style=for-the-badge - :target: https://coveralls.io/github/roaldnefs/salt-lint +.. image:: https://img.shields.io/coveralls/github/warpnet/salt-lint.svg?style=for-the-badge + :target: https://coveralls.io/github/warpnet/salt-lint :alt: Coveralls Salt-lint @@ -32,7 +32,7 @@ From Source .. code-block:: bash - pip install git+https://github.com/roaldnefs/salt-lint.git + pip install git+https://github.com/warpnet/salt-lint.git Usage ===== @@ -94,7 +94,7 @@ To use the action simply add the following lines to your ``.github/workflows/mai steps: - uses: actions/checkout@v1 - name: Run salt-lint - uses: roaldnefs/salt-lint-action@master + uses: warpnet/salt-lint-action@master env: ACTION_STATE_NAME: init.sls @@ -160,13 +160,15 @@ Some rules are bit of a rule of thumb. To skip a specific rule for a specific ta Authors ======= -salt-lint is heavily based on `ansible-lint`_ with the modified work by `Roald Nefs`_. `ansible-lint`_ was created by `Will Thames`_ and is now maintained as part of the `Ansible`_ by `Red Hat`_ project. +salt-lint is heavily based on `ansible-lint`_ with the modified work by `Warpnet B.V.`_. `ansible-lint`_ was created by `Will Thames`_ and is now maintained as part of the `Ansible`_ by `Red Hat`_ project. .. _pre-commit: https://pre-commit.com .. _ansible-lint: https://github.com/ansible/ansible-lint +:: _Warpnet B.V.: https:/github.com/warpnet .. _Roald Nefs: https://github.com/roaldnefs +.. _Jeffrey Bouter: https://github.com/jbouter .. _Will Thames: https://github.com/willthames .. _Ansible: https://ansible.com .. _Red Hat: https://redhat.com .. _marketplace: https://github.com/marketplace/actions/salt-lint -.. _salt-lint-action: https://github.com/roaldnefs/salt-lint-action +.. _salt-lint-action: https://github.com/warpnet/salt-lint-action diff --git a/setup.py b/setup.py index c032cb2..f00eed0 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Copyright (c) 2013-2018 Will Thames # Copyright (c) 2018 Ansible by Red Hat -# Modified work Copyright (c) 2019 Roald Nefs +# Modified work Copyright (c) 2019 Warpnet B.V. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -38,8 +38,8 @@ description=DESCRIPTION.split('\n')[0], long_description=long_description, author=__author__, - author_email='info@roaldnefs.com', - url='https://github.com/roaldnefs/salt-lint', + author_email='dev@warpnet.nl', + url='https://github.com/warpnet/salt-lint', packages=find_packages(exclude=['tests', 'tests.*']), entry_points={ 'console_scripts': [