Skip to content

Commit 888eb29

Browse files
committed
riot-{web,desktop}: throw an error to use element-web
This approach has been discussed in #93774[1]. The application has been completely rebranded and to avoid confusion, users should actively be pointed to `element-*`. [1] #93774 (comment)
1 parent 1d097a6 commit 888eb29

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pkgs/top-level/aliases.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,6 @@ mapAliases ({
449449
rdiff_backup = rdiff-backup; # added 2014-11-23
450450
rdmd = dtools; # added 2017-08-19
451451
rhc = throw "deprecated in 2019-04-09: abandoned by upstream.";
452-
riot-desktop = element-desktop; # added 2020-07-15
453-
riot-web = element-web; # added 2020-07-15
454452
rng_tools = rng-tools; # added 2018-10-24
455453
robomongo = robo3t; #added 2017-09-28
456454
rssglx = rss-glx; #added 2015-03-25
@@ -711,4 +709,8 @@ mapAliases ({
711709
sqldeveloper_18 = throw "sqldeveloper_18 is not maintained anymore!"; # added 2020-02-04
712710

713711
gcc-snapshot = throw "Marked as broken for >2 years, additionally this 'snapshot' pointed to a fairly old one from gcc7.";
712+
713+
/* Cleanup before 21.03 */
714+
riot-desktop = throw "riot-desktop is now element-desktop!";
715+
riot-web = throw "riot-web is now element-web";
714716
})

0 commit comments

Comments
 (0)