mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
rxvt-unicode: fix typo in aliases.nix
This commit is contained in:
parent
3b7f5c6762
commit
72bdf27771
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user