Skip to content

Commit

Permalink
obs-342: transfer project from willkg to obs-team
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Feb 14, 2025
1 parent 504520c commit 59deb44
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Default owner for everything in this repository
* @mozilla-services/obs-team
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Writing up issues
=================

Please write up issues in the
`issue tracker <https://github.com/willkg/markus/issues>`__.
`issue tracker <https://github.com/mozilla-services/markus/issues>`__.

If the issue is about a bug in Markus, please specify:

Expand All @@ -38,7 +38,7 @@ Requirements:
Run::

# Clone the repository
$ git clone https://github.com/willkg/markus
$ git clone https://github.com/mozilla-services/markus

# Create virtual environment and install Markus and dev requirements
$ just devenv
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Markus

Markus is a Python library for generating metrics.

:Code: https://github.com/willkg/markus
:Issues: https://github.com/willkg/markus/issues
:Code: https://github.com/mozilla-services/markus
:Issues: https://github.com/mozilla-services/markus/issues
:License: MPL v2
:Documentation: http://markus.readthedocs.io/en/latest/

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
urls.Homepage = "https://github.com/willkg/markus"
urls.Homepage = "https://github.com/mozilla-services/markus"
urls.Documentation = "https://markus.readthedocs.io/"
urls.Source = "https://github.com/willkg/markus/"
urls.Issues = "https://github.com/willkg/markus/issues"
urls.Source = "https://github.com/mozilla-services/markus/"
urls.Issues = "https://github.com/mozilla-services/markus/issues"

[project.entry-points.pytest11]
markus = "markus.pytest_plugin"
Expand Down

0 comments on commit 59deb44

Please sign in to comment.