diff options
author | AsciiWolf <mail@asciiwolf.com> | 2017-03-07 16:04:45 +0100 |
---|---|---|
committer | Felipe Sateler <fsateler@users.noreply.github.com> | 2017-03-07 16:33:51 +0100 |
commit | dc6c3de1b69c06dbdf38cb3fb3595365a41ea646 (patch) | |
tree | efc5a1723fc45d98b786c0fcfb00698f90f32353 /.github/CONTRIBUTING.md | |
parent | docs: add a note about reporting security vulns (#5541) (diff) | |
download | systemd-dc6c3de1b69c06dbdf38cb3fb3595365a41ea646.tar.xz systemd-dc6c3de1b69c06dbdf38cb3fb3595365a41ea646.zip |
docs: use https in the mailing list url
Diffstat (limited to '')
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index bb04e2ccca..68b948a161 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -4,7 +4,7 @@ We welcome contributions from everyone. However, please follow the following gui ## Filing Issues -* We use GitHub Issues **exclusively** for tracking **bugs** and **feature** **requests** of systemd. If you are looking for help, please contact our [mailing list](http://lists.freedesktop.org/mailman/listinfo/systemd-devel) instead. +* We use GitHub Issues **exclusively** for tracking **bugs** and **feature** **requests** of systemd. If you are looking for help, please contact our [mailing list](https://lists.freedesktop.org/mailman/listinfo/systemd-devel) instead. * We only track bugs in the **two** **most** **recently** **released** **versions** of systemd in the GitHub Issue tracker. If you are using an older version of systemd, please contact your distribution's bug tracker instead. * When filing an issue, specify the **systemd** **version** you are experiencing the issue with. Also, indicate which **distribution** you are using. * Please include an explanation how to reproduce the issue you are pointing out. |