pinentry: rename gnome2 alias to gnome3

This commit is contained in:
Sandro Jäckel 2024-03-11 14:02:40 +01:00
parent 9e44eb5dee
commit 64f2143901
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -907,11 +907,11 @@ mapAliases ({
pinentry = pinentry-all // {
curses = pinentry-curses;
emacs = pinentry-emacs;
gnome2 = pinentry-gnome3;
gnome3 = pinentry-gnome3;
gtk2 = pinentry-gtk2;
qt = pinentry-qt;
tty = pinentry-tty;
flavors = [ "curses" "emacs" "gnome2" "gtk2" "qt" "tty" ];
flavors = [ "curses" "emacs" "gnome3" "gtk2" "qt" "tty" ];
}; # added 2024-01-15
pinentry_curses = throw "'pinentry_curses' has been renamed to/replaced by 'pinentry-curses'"; # Converted to throw 2023-09-10
pinentry_emacs = throw "'pinentry_emacs' has been renamed to/replaced by 'pinentry-emacs'"; # Converted to throw 2023-09-10