git-annex-utils: Fix typo in deprecation throw

This commit is contained in:
a-kenji 2025-05-23 15:27:44 +02:00
parent 9eccdb4ee4
commit 4ba4f6f308

View file

@ -735,7 +735,7 @@ mapAliases {
gg = go-graft; # Added 2025-03-07
ggobi = throw "'ggobi' has been removed from Nixpkgs, as it is unmaintained and broken"; # Added 2025-05-18
ghostwriter = makePlasma5Throw "ghostwriter"; # Added 2023-03-18
git-annex-utils = throw "'git-annex-utiks' has been removed as it is unmaintained"; # Added 2025-05-18
git-annex-utils = throw "'git-annex-utils' has been removed as it is unmaintained"; # Added 2025-05-18
git-codeowners = throw "'git-codeowners' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
gmni = throw "gmni has been removed as it is no longer maintained upstream"; # Added 2025-05-02
gmp5 = throw "'gmp5' has been removed as it is unmaintained. Consider using 'gmp' instead"; # Added 2024-10-28