Skip to content

Commit

Permalink
Update links post-transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Oct 16, 2024
1 parent de0d840 commit 1e94605
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 23 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
History
=======

2.1.0 (in development)
======================

Changes:

* Transfered repository from willkg to mozilla-services.


2.0.0 (April 12th, 2024)
========================

Expand Down
23 changes: 3 additions & 20 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ crashstats-tools
Command line tools and library for interacting with Crash Stats
(`<https://crash-stats.mozilla.org/>`_).

:Code: https://github.com/willkg/crashstats-tools
:Code: https://github.com/mozilla-services/crashstats-tools
:Documentation: Check the ``README.rst`` file
:Changelog: Check the ``HISTORY.rst`` file
:Issue tracker: https://github.com/willkg/crashstats-tools/issues
:Issue tracker: https://github.com/mozilla-services/crashstats-tools/issues
:License: MPLv2
:Chat: `#crashreporting matrix channel <https://chat.mozilla.org/#/room/#crashreporting:mozilla.org>`__
:Community Participation Guidelines: `<https://github.com/willkg/crashstats-tools/blob/main/CODE_OF_CONDUCT.md>`_
:Community Participation Guidelines: `<https://github.com/mozilla-services/crashstats-tools/blob/main/CODE_OF_CONDUCT.md>`_


Installing
Expand All @@ -29,23 +29,6 @@ environment, and install crashstats-tools and dev dependencies with::
$ pip install -e '.[dev]'


Support
=======

This is a project that I spent some time on because it seemed helpful to me
and others. I use it regularly for Crash Stats investigations and reprocessing.
However, I'm not you! If you have any problems, please write up an issue in the
issue tracker and I'll get to it when I'm able.

If you use this, like it, appreciate it, or have any positive feeling, please
give it a GitHub star. That helps me:

1. have a proxy for knowing whether it's being used
2. prioritize my time working on this project
3. have a hand-wavey list of users in case I have questions and need to ask
for advice


Tools
=====

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Libraries :: Python Modules",
]
urls.Homepage = "https://github.com/willkg/crashstats-tools"
urls.Source = "https://github.com/willkg/crashstats-tools"
urls.Issues = "https://github.com/willkg/crashstats-tools"
urls.Homepage = "https://github.com/mozilla-services/crashstats-tools"
urls.Source = "https://github.com/mozilla-services/crashstats-tools"
urls.Issues = "https://github.com/mozilla-services/crashstats-tools"

[project.scripts]
fetch-data = "crashstats_tools.cmd_fetch_data:fetch_data"
Expand Down

0 comments on commit 1e94605

Please sign in to comment.