diff --git a/.gitpublish b/.gitpublish
deleted file mode 100644
index b6019d275..000000000
--- a/.gitpublish
+++ /dev/null
@@ -1,4 +0,0 @@
-[gitpublishprofile "default"]
-base = main
-to = virt-tools-list@redhat.com
-prefix = virt-manager PATCH
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 281037f5a..09407bc7f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -79,12 +79,7 @@ UI. See the files in the ui/ directory.
## Submitting patches
The [virt-manager git repo](https://github.com/virt-manager/virt-manager)
-is hosted on github. Small patches are acceptable via github pull-request,
-but anything non-trivial should be sent to the
-[virt-tools-list mailing list](https://www.redhat.com/mailman/listinfo/virt-tools-list).
-
-Sending patches using `git send-email` is preferred, but `git format-patch`
-output attached to an email is also fine.
+is hosted on github. All patches should be submitted there.
## UI design
diff --git a/README.md b/README.md
index cf94084c2..f959c391e 100644
--- a/README.md
+++ b/README.md
@@ -21,9 +21,6 @@ code from a git checkout, you can launch any of the commands like:
## Contact
- - Discussions and big patch series should go to the
- [virt-tools-list](https://www.redhat.com/mailman/listinfo/virt-tools-list)
- mailing list.
- For IRC we use #virt on OFTC.
- For bug reporting info, see
[virt-manager bug reporting](https://virt-manager.org/bugs).
diff --git a/data/virt-manager.appdata.xml.in b/data/virt-manager.appdata.xml.in
index fd8f6e486..6bc9e4031 100644
--- a/data/virt-manager.appdata.xml.in
+++ b/data/virt-manager.appdata.xml.in
@@ -31,7 +31,6 @@
https://www.virt-manager.org/
https://github.com/virt-manager/virt-manager/issues/new/choose
https://translate.fedoraproject.org/projects/virt-manager/virt-manager/
- virt-tools-list@redhat.com
virt-manager
virtualization
diff --git a/setup.py b/setup.py
index 041daacfe..ec23cd1a0 100755
--- a/setup.py
+++ b/setup.py
@@ -488,9 +488,7 @@ class ExtractMessages(setuptools.Command):
setuptools.setup(
name="virt-manager",
version=BuildConfig.version,
- author="Cole Robinson",
- author_email="virt-tools-list@redhat.com",
- url="http://virt-manager.org",
+ url="https://virt-manager.org",
license="GPLv2+",
# These wrappers are generated in our custom build command