diff --git a/pkgs/by-name/ze/zerobin/package.nix b/pkgs/by-name/ze/zerobin/package.nix index 679aa4ce5e44..c267b38d883b 100644 --- a/pkgs/by-name/ze/zerobin/package.nix +++ b/pkgs/by-name/ze/zerobin/package.nix @@ -62,7 +62,8 @@ python3Packages.buildPythonApplication rec { meta = with lib; { description = "Client side encrypted pastebin"; - homepage = "https://0bin.net/"; + homepage = "https://github.com/Tygs/0bin"; + changelog = "https://github.com/Tygs/0bin/releases/tag/v${version}"; license = licenses.wtfpl; platforms = platforms.all; maintainers = with maintainers; [ julm ];