folo: renamed from follow

This commit is contained in:
Amadej Kastelic
2025-07-29 12:54:48 +02:00
parent 58c39aca1c
commit 8316a47c2c
2 changed files with 4 additions and 3 deletions
@@ -10,7 +10,7 @@
stdenv,
}:
stdenv.mkDerivation rec {
pname = "follow";
pname = "folo";
version = "0.6.3";
@@ -60,8 +60,8 @@ stdenv.mkDerivation rec {
dontCheckForBrokenSymlinks = true;
desktopItem = makeDesktopItem {
name = "follow";
desktopName = "Follow";
name = "folo";
desktopName = "Folo";
comment = "Next generation information browser";
icon = "follow";
exec = "follow";
+1
View File
@@ -712,6 +712,7 @@ mapAliases {
fmt_8 = throw "fmt_8 has been removed as it is obsolete and was no longer used in the tree"; # Added 2024-11-12
fntsample = throw "fntsample has been removed as it is unmaintained upstream"; # Added 2025-04-21
foldingathome = throw "'foldingathome' has been renamed to/replaced by 'fahclient'"; # Converted to throw 2024-10-17
follow = lib.warnOnInstantiate "follow has been renamed to folo" folo; # Added 2025-05-18
forgejo-actions-runner = forgejo-runner; # Added 2024-04-04
fornalder = throw "'fornalder' has been removed as it is unmaintained upstream"; # Added 2025-01-25
foundationdb71 = throw "foundationdb71 has been removed; please upgrade to foundationdb73"; # Added 2024-12-28