diff --git a/inactive-proposals.md b/inactive-proposals.md
index b914a90b..914543b0 100644
--- a/inactive-proposals.md
+++ b/inactive-proposals.md
@@ -33,6 +33,7 @@ Inactive proposals are proposals that at one point were presented to the committ
| [Improving iteration on Objects][object-iteration] | Jonathan Keslin | Withdrawn: concern about need for such an API |
| [`String.prototype.at`][string-at] | Mathias Bynens
Rick Waldron | Obsoleted by renamed `String.prototype.item` proposal |
| [`ArrayBuffer.prototype.transfer`][buffer-transfer] | Domenic Denicola
Shu-yu Guo | Withdrawn: superseded by [Resizable Buffers][resizable-buffers] |
+| [`deprecated`][deprecated] | James M Snell | Never presented |
See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposals.md), [stage 0 proposals](stage-0-proposals.md), and [finished proposals](finished-proposals.md) documents.
@@ -73,3 +74,4 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[string-at]: https://github.com/mathiasbynens/String.prototype.at
[buffer-transfer]: https://github.com/domenic/proposal-arraybuffer-transfer
[resizable-buffer]: https://github.com/tc39/proposal-resizablearraybuffer
+[deprecated]: https://github.com/jasnell/proposal-deprecated
diff --git a/stage-0-proposals.md b/stage-0-proposals.md
index 03138c8c..b03a6509 100644
--- a/stage-0-proposals.md
+++ b/stage-0-proposals.md
@@ -19,7 +19,6 @@ Stage 0 proposals are either
| [Structured Clone][clone] | Dmitry Lomov | Dmitry Lomov | [Jan 2014][clone-notes] |
| [WHATWG URL][url] | James M Snell | James M Snell | |
| [Object Shorthand Improvements][object-shorthand-improvements] | Ron Buckton | Ron Buckton | [Sep 2017][shorthand-notes] |
-| [`deprecated`][deprecated] | James M Snell | James M Snell | |
| [`as` destructuring patterns][as-patterns] | Kat Marchán | Kat Marchán | |
| [`Symbol.thenable`][symbol-thenable] | Gus Caplan | Jordan Harband
Myles Borins | [May 2018][symbol-thenable-notes] |
| [Async Context][async-context] | Chengzhong Wu | Chengzhong Wu | [July 2020][async-context-notes] |
@@ -40,7 +39,6 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[clone]: https://github.com/dslomov/ecmascript-structured-clone
[url]: https://github.com/jasnell/proposal-url
[object-shorthand-improvements]: https://github.com/rbuckton/proposal-shorthand-improvements
-[deprecated]: https://github.com/jasnell/proposal-deprecated
[as-patterns]: https://github.com/zkat/proposal-as-patterns
[bind-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2015-03/mar-25.md#6vi-function-bind-and-private-fields-redux-kevin-smith
[nested-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-07/jul-27.md#10iiic-nested-import-declaration