gpt4all: rename gpt4all-chat in gpt4all

This commit is contained in:
Pol Dellaiera 2024-02-24 13:42:14 +01:00
parent f9477e3a75
commit 3cdf5be0dc
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
2 changed files with 7 additions and 3 deletions

View File

@ -10,7 +10,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "gpt4all-chat";
pname = "gpt4all";
version = "2.7.1";
src = fetchFromGitHub {
@ -63,10 +63,11 @@ stdenv.mkDerivation (finalAttrs: {
'';
meta = {
changelog = "https://github.com/nomic-ai/gpt4all/releases/tag/v${finalAttrs.version}";
description = "A free-to-use, locally running, privacy-aware chatbot. No GPU or internet required";
homepage = "https://github.com/nomic-ai/gpt4all-chat";
homepage = "https://github.com/nomic-ai/gpt4all";
license = lib.licenses.mit;
mainProgram = "gpt4all-chat";
mainProgram = "gpt4all";
maintainers = with lib.maintainers; [ drupol polygon ];
};
})

View File

@ -411,6 +411,9 @@ mapAliases ({
govendor = throw "'govendor' has been removed as it is no longer maintained upstream, please use Go modules instead"; # Added 2023-12-26
gometer = throw "gometer has been removed from nixpkgs because goLance stopped offering Linux support"; # Added 2023-02-10
gprbuild-boot = gnatPackages.gprbuild-boot; # Added 2024-02-25;
gpt4all-chat = throw "gpt4all-chat has been renamed to gpt4all"; # Added 2024-02-27
graalvm11-ce = throw "graalvm11-ce has been removed because upstream dropped support to different JDK versions for each GraalVM release. Please use graalvm-ce instead"; # Added 2023-09-26
graalvm17-ce = throw "graalvm17-ce has been removed because upstream dropped support to different JDK versions for each GraalVM release. Please use graalvm-ce instead"; # Added 2023-09-26
graalvm19-ce = throw "graalvm19-ce has been removed because upstream dropped support to different JDK versions for each GraalVM release. Please use graalvm-ce instead"; # Added 2023-09-26