Skip to content

Commit

Permalink
Update authors
Browse files Browse the repository at this point in the history
- Update the authors as described in #61

Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
  • Loading branch information
jbouter committed Oct 19, 2019
1 parent 149b010 commit 53be52a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ 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
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.
Expand Down Expand Up @@ -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.
Expand Down
18 changes: 10 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
=====
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2013-2018 Will Thames <will@thames.id.au>
# 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
Expand Down Expand Up @@ -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': [
Expand Down

0 comments on commit 53be52a

Please sign in to comment.