cdparanoia-iii: rename from cdparanoiaIII

The upstream package name is "cdparanoia III",
so i converted that into lower-kebap-case for the package name.
This commit is contained in:
quantenzitrone
2026-02-08 15:51:18 +01:00
parent f805765244
commit d3dfcf8c7b
6 changed files with 3 additions and 2 deletions
@@ -9,7 +9,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "cdparanoia-III";
pname = "cdparanoia-iii";
version = "10.2";
src = fetchurl {
+1
View File
@@ -415,6 +415,7 @@ mapAliases {
cataract-unstable = throw "'cataract-unstable' has been removed due to a lack of maintenace"; # Added 2025-08-25
catch = throw "catch has been removed. Please upgrade to catch2 or catch2_3"; # Added 2025-08-21
catnip-gtk4 = throw "'catnip-gtk4' has been removed, as it has been unmaintained upstream since June 2023, use cavasik or cavalier instead"; # Added 2026-01-01
cdparanoiaIII = cdparanoia-iii; # Added 2026-02-08
cdwe = throw "'cdwe' has been removed, as it has been unmaintained upstream since June 2023"; # Added 2026-01-01
cedille = throw "'cedille' has been removed due to being broken for more than a year; see RFC 180"; # Added 2026-02-05
cereal_1_3_0 = throw "cereal_1_3_0 has been removed as it was unused; use cereal intsead"; # Added 2025-09-12
+1 -1
View File
@@ -9670,7 +9670,7 @@ with pkgs;
cbconvert-gui = cbconvert.gui;
cdparanoia = cdparanoiaIII;
cdparanoia = cdparanoia-iii;
cdxj-indexer = with python3Packages; toPythonApplication cdxj-indexer;