obs-90: Update org to mozilla-services

This commit is contained in:
Will Kahn-Greene 2023-12-20 11:39:56 -05:00 коммит произвёл Will Kahn-Greene
Родитель 7f565bae9a
Коммит 5be980b4a7
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -12,8 +12,8 @@ Take crash ping stack traces and:
Project details:
* Code: https://github.com/mozilla/fx-crash-sig
* Issues: https://github.com/mozilla/fx-crash-sig/issues
* Code: https://github.com/mozilla-services/fx-crash-sig
* Issues: https://github.com/mozilla-services/fx-crash-sig/issues
* License: MPL v2
* Documentation: This README

Просмотреть файл

@ -27,7 +27,7 @@ setup(
description="Get crash signature from Firefox crash ping",
long_description=read_file("README.md"),
long_description_content_type="text/markdown",
url="https://github.com/mozilla/fx-crash-sig",
url="https://github.com/mozilla-services/fx-crash-sig",
packages=find_packages(),
include_package_data=True,
install_requires=INSTALL_REQUIRES,