diff options
author | Simon Ser <contact@emersion.fr> | 2021-07-05 15:34:24 +0200 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-07-05 10:32:50 -0400 |
commit | e8c408b31bf41e25c00239929b9003fa09c51617 (patch) | |
tree | e2b6a17df8ff80dd98fd284d8be61c87c33fda6b | |
parent | 82af6e720870e66a49c5e514468ffea71742b280 (diff) |
region: drop leftover reference to the mailing list
As per [1], the mailing list isn't used anymore.
[1]: https://github.com/swaywm/wlroots/pull/3016
Fixes: 82af6e720870 ("region: stabilize interface")
-rw-r--r-- | include/wlr/types/wlr_region.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/wlr/types/wlr_region.h b/include/wlr/types/wlr_region.h index 45da8880..e731c8b1 100644 --- a/include/wlr/types/wlr_region.h +++ b/include/wlr/types/wlr_region.h @@ -9,9 +9,8 @@ * the layout and size of structs used by wlroots may change, requiring code * depending on this header to be recompiled (but not edited). * - * Breaking changes are announced by email and follow a 1-year deprecation - * schedule. Send an email to ~sircmpwn/wlroots-announce+subscribe@lists.sr.ht - * to receive these announcements. + * Breaking changes are announced in the release notes and follow a 1-year + * deprecation schedule. */ #ifndef WLR_TYPES_WLR_REGION_H |