diff options
| author | NoƩ Lopez <noelopez@free.fr> | 2025-12-17 12:56:28 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:16 +0100 |
| commit | 5d08356d55adf3e1432d79c85758e376d16b72f9 (patch) | |
| tree | e04ac759e6da453a6a5d101c302a33d98c45a1d8 | |
| parent | 24676c9348d7890ea94f8dfa78b1078d194e3a77 (diff) | |
gnu: authenticator: Remove deprecation.
It was deprecated 11 months ago in commit
0e4561980c2ac3bae7ff8c760d20f5f7f2b4352a.
* gnu/packages/gnome-circle.scm (authenticator): Remove variable.
* gnu/packages/gnome.scm (authenticator): Remove variable.
Change-Id: I962928a9b82a808f94c19ae694defebcb569bb27
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/gnome-circle.scm | 3 | ||||
| -rw-r--r-- | gnu/packages/gnome.scm | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/gnome-circle.scm b/gnu/packages/gnome-circle.scm index ff15ba2e8e1..e13a6d75169 100644 --- a/gnu/packages/gnome-circle.scm +++ b/gnu/packages/gnome-circle.scm @@ -209,6 +209,3 @@ It features: Aegis (encrypted / plain-text), andOTP, Google Authenticator @end itemize") (license license:gpl3+))) - -(define-deprecated-package authenticator - gnome-authenticator) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 15c0eca48a9..6660ae55ecb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10649,8 +10649,6 @@ specified duration and save it as a GIF encoded animated image file.") (define-deprecated/public-alias gnome-authenticator (@ (gnu packages gnome-circle) gnome-authenticator)) -(define-deprecated/public-alias authenticator - (@ (gnu packages gnome-circle) gnome-authenticator)) (define-public gsound (package |
