zotero: deprecate zotero_7 alias (#407297)

This commit is contained in:
Niklas Korz
2025-12-09 14:53:15 +00:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -1726,6 +1726,7 @@ mapAliases {
zinc = throw "'zinc' has been renamed to/replaced by 'zincsearch'"; # Converted to throw 2025-10-27
zint = throw "'zint' has been renamed to/replaced by 'zint-qt'"; # Converted to throw 2025-10-27
zombietrackergps = throw "'zombietrackergps' has been dropped, as it depends on KDE Gear 5 and is unmaintained"; # Added 2025-08-20
zotero_7 = throw "'zotero_7' has been renamed to/replaced by 'zotero'"; # Added 2025-12-09
zotify = throw "zotify has been removed due to lack of upstream maintenance"; # Added 2025-09-26
zq = throw "zq has been replaced by zed"; # Converted to throw 2025-10-26
zsh-git-prompt = throw "zsh-git-prompt was removed as it is unmaintained upstream"; # Added 2025-08-28
-2
View File
@@ -12626,8 +12626,6 @@ with pkgs;
SDL_image = SDL_image.override { SDL = SDL_sixel; };
};
zotero_7 = pkgs.zotero;
zynaddsubfx = callPackage ../applications/audio/zynaddsubfx {
guiModule = "zest";
fftw = fftwSinglePrec;