summary refs log tree commit diff
path: root/pkgs/tools/text/gpt2tc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/gpt2tc/default.nix')
-rw-r--r--pkgs/tools/text/gpt2tc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/gpt2tc/default.nix b/pkgs/tools/text/gpt2tc/default.nix
index 3714a418548..4d6ac33d61d 100644
--- a/pkgs/tools/text/gpt2tc/default.nix
+++ b/pkgs/tools/text/gpt2tc/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Text completion and compression using GPT-2";
-    homepage = "https://bellard.org/nncp/gpt2tc.html";
+    homepage = "https://bellard.org/libnc/gpt2tc.html";
     license = licenses.unfree;
     platforms = [ "x86_64-linux" ];
     maintainers = with maintainers; [ anna328p ];