openav-artyfx: rename from artyFX

The upstream repo name is openAV-artyFX,
so the package name is the lowercase of that.
This commit is contained in:
quantenzitrone
2026-02-08 08:51:02 +01:00
parent 9378e64792
commit 4919462a0f
2 changed files with 2 additions and 1 deletions
@@ -15,7 +15,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "artyFX";
pname = "openav-artyfx";
version = "1.3.1";
src = fetchFromGitHub {
+1
View File
@@ -320,6 +320,7 @@ mapAliases {
arrayfire = throw "arrayfire was removed due to numerous vulnerabilities in freeimage"; # Added 2025-10-23
artichoke = throw "artichoke has been removed due to being archived upstream."; # Added 2025-11-04
artim-dark = aritim-dark; # Added 2025-07-27
artyFX = openav-artyfx; # Added 2026-02-08
aseprite-unfree = throw "'aseprite-unfree' has been renamed to/replaced by 'aseprite'"; # Converted to throw 2025-10-27
asio_1_10 = throw "'asio_1_10' has been removed as it is outdated and unused. Use 'asio' instead"; # Added 2025-12-03
asitop = throw "'asitop' has been renamed to/replaced by 'macpm'"; # Converted to throw 2025-10-27