summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-02-13 09:30:22 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2020-02-13 09:30:22 +0100
commit72bdf27771cde873090af3f303f5c1d7a485b0db (patch)
tree497a8cbc6dee9b7f3c43986943f9b13dcf0e91a3 /pkgs/top-level/aliases.nix
parent3b7f5c6762bb174bd9951a697b636e1db531e98a (diff)
downloadnixpkgs-72bdf27771cde873090af3f303f5c1d7a485b0db.tar
nixpkgs-72bdf27771cde873090af3f303f5c1d7a485b0db.tar.gz
nixpkgs-72bdf27771cde873090af3f303f5c1d7a485b0db.tar.bz2
nixpkgs-72bdf27771cde873090af3f303f5c1d7a485b0db.tar.lz
nixpkgs-72bdf27771cde873090af3f303f5c1d7a485b0db.tar.xz
nixpkgs-72bdf27771cde873090af3f303f5c1d7a485b0db.tar.zst
nixpkgs-72bdf27771cde873090af3f303f5c1d7a485b0db.zip
rxvt-unicode: fix typo in aliases.nix
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 4b4991cf979..5baec5689f1 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -384,7 +384,7 @@ mapAliases ({
   ruby_2_5_0 = throw "deprecated 2018-0213: use a newer version of ruby";
   rubyPackages_2_4 = throw "deprecated 2019-12: use a newer version of rubyPackages instead";
   rubygems = throw "deprecated 2016-03-02: rubygems is now bundled with ruby";
-  rxvt_unicode_with-plugins = rxvt-unicode; # added 2020-02-02
+  rxvt_unicode-with-plugins = rxvt-unicode; # added 2020-02-02
   rxvt_unicode = rxvt-unicode-unwrapped; # added 2020-02-02
   urxvt_autocomplete_all_the_things = rxvt-unicode-plugins.autocomplete-all-the-things; # added 2020-02-02
   urxvt_perl = rxvt-unicode-plugins.perl; # added 2020-02-02