Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 77591c1

Browse files
committed
Moved to Codeberg
1 parent f6f9974 commit 77591c1

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

README.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
|Build Status| |Coverage| |docs|
1+
|docs|
22

33
Salmon - A Python Mail Server
44
=============================
55

66
.. inclusion-marker-do-not-remove-start
77
88
- Download: https://pypi.org/project/salmon-mail/
9-
- Source: https://github.com/moggers87/salmon
9+
- Source: https://codeberg.org/moggers87/salmon
1010
- Docs: https://salmon-mail.readthedocs.io/en/latest/
1111

1212
Salmon is a pure Python mail server designed to create robust and complex mail
@@ -166,15 +166,6 @@ If you have found Salmon to be useful and would like to see its continued
166166
development, please consider `buying me a coffee
167167
<https://ko-fi.com/moggers87>`__.
168168

169-
170-
.. |Build Status| image:: https://github.com/moggers87/salmon/actions/workflows/tests.yml/badge.svg
171-
:alt: Build Status
172-
:scale: 100%
173-
:target: https://github.com/moggers87/salmon/actions/workflows/tests.yml
174-
.. |Coverage| image:: https://codecov.io/github/moggers87/salmon/coverage.svg?branch=🐟
175-
:target: https://codecov.io/github/moggers87/salmon
176-
:alt: Coverage Status
177-
:scale: 100%
178169
.. |docs| image:: https://readthedocs.org/projects/salmon-mail/badge/?version=latest
179170
:alt: Documentation Status
180171
:scale: 100%

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
config = {
2121
'description': 'A Python Mail Server',
2222
'long_description': open("README.rst").read(),
23-
'url': 'https://github.com/moggers87/salmon',
23+
'url': 'https://codeberg.org/moggers87/salmon',
2424
'download_url': 'http://pypi.python.org/pypi/salmon-mail',
2525
'author': 'Salmon project contributors',
2626
'maintainer': 'Matt Molyneaux',

0 commit comments

Comments
 (0)