about summary refs log tree commit diff
path: root/pkgs/tools/text/gpt2tc
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-06 13:04:21 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2022-02-06 15:10:46 +0100
commit77bd06325725a2c8ab2b008110783783ff058763 (patch)
treea2f0d90a7e7065b3d0ce163e99bdc7fc0e8ac7d6 /pkgs/tools/text/gpt2tc
parent4bf0c67a8e8b4bbe49420abe2f28d6b4c7da00be (diff)
downloadnixlib-77bd06325725a2c8ab2b008110783783ff058763.tar
nixlib-77bd06325725a2c8ab2b008110783783ff058763.tar.gz
nixlib-77bd06325725a2c8ab2b008110783783ff058763.tar.bz2
nixlib-77bd06325725a2c8ab2b008110783783ff058763.tar.lz
nixlib-77bd06325725a2c8ab2b008110783783ff058763.tar.xz
nixlib-77bd06325725a2c8ab2b008110783783ff058763.tar.zst
nixlib-77bd06325725a2c8ab2b008110783783ff058763.zip
gpt2tc: update homepage
Diffstat (limited to 'pkgs/tools/text/gpt2tc')
-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 3714a4185485..4d6ac33d61d9 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 ];