gpt2tc: update homepage

This commit is contained in:
Renaud 2022-02-06 13:04:21 +01:00 committed by c0bw3b
parent 4bf0c67a8e
commit 77bd063257

View file

@ -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 ];