et-book: add homepage & rename from etBook

The upstream package name is et-book...
This commit is contained in:
quantenzitrone
2026-02-10 16:50:49 +01:00
parent 9378e64792
commit 10baa237d9
2 changed files with 2 additions and 0 deletions
@@ -26,6 +26,7 @@ stdenvNoCC.mkDerivation {
meta = {
description = "Typeface used in Edward Tuftes books";
homepage = "https://edwardtufte.github.io/et-book/";
license = lib.licenses.mit;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ jethro ];
+1
View File
@@ -623,6 +623,7 @@ mapAliases {
eris-go = throw "'eris-go' has been removed due to a hostile upstream moving tags and breaking src FODs"; # Added 2025-09-01
eriscmd = throw "'eriscmd' has been removed due to a hostile upstream moving tags and breaking src FODs"; # Added 2025-09-01
erlang-ls = throw "'erlang-ls' has been removed as it has been archived upstream. Consider using 'erlang-language-platform' instead"; # Added 2025-10-02
etBook = warnAlias "'etBook' has been renamed to 'et-book'" et-book; # Added 2026-02-08
ethercalc = throw "'ethercalc' has been removed from nixpkgs as the project was old, unmaintained, and could not be packaged well in nixpkgs"; # Added 2025-11-28
ethersync = warnAlias "'ethersync' has been renamed to 'teamtype'" teamtype; # Added 2025-10-31
evolve-core = throw "'evolve-core' has been removed, as it hindered the removal of flutter329"; # Added 2026-01-25