twitter-bootstrap: rename from twitterBootstrap

the upstream package is called 'bootstrap', however because
of the misinterpretable name nearly all other repos call it
'twitter-bootstrap' https://repology.org/project/bootstrap/versions
This commit is contained in:
quantenzitrone
2026-02-12 05:34:52 +01:00
parent 7f1d955625
commit 46a250b0c9
2 changed files with 2 additions and 1 deletions
@@ -3,7 +3,7 @@
fetchzip,
}:
fetchzip (finalAttrs: {
pname = "bootstrap";
pname = "twitter-bootstrap";
version = "5.3.8";
url = "https://github.com/twbs/bootstrap/releases/download/v${finalAttrs.version}/bootstrap-${finalAttrs.version}-dist.zip";
+1
View File
@@ -1892,6 +1892,7 @@ mapAliases {
trojita = throw "'trojita' has been dropped as it depends on KDE Gear 5, and is unmaintained"; # Added 2025-08-20
trust-dns = throw "'trust-dns' has been renamed to/replaced by 'hickory-dns'"; # Converted to throw 2025-10-27
tvbrowser-bin = throw "'tvbrowser-bin' has been renamed to/replaced by 'tvbrowser'"; # Converted to throw 2025-10-27
twitterBootstrap = warnAlias "'twitterBootstrap' has been renamed to 'twitter-bootstrap'"; # Added 2026-02-12
typst-fmt = throw "'typst-fmt' has been renamed to/replaced by 'typstfmt'"; # Converted to throw 2025-10-27
typstfmt = throw "'typstfmt' has been removed due to lack of upstream maintenance, consider using 'typstyle' instead"; # Added 2025-10-26
uade123 = throw "'uade123' has been renamed to/replaced by 'uade'"; # Converted to throw 2025-10-27