From b8e57005680e08a09d69c658652300896f20b311 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 17 Oct 2025 15:26:29 +0900 Subject: [PATCH] zerobin: fix homepage url Upstream README notes that the project authors have sold the domain, and it has been bought by scammers hosting a malicious website. --- pkgs/by-name/ze/zerobin/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ze/zerobin/package.nix b/pkgs/by-name/ze/zerobin/package.nix index 679aa4ce5e44..c54975f967f0 100644 --- a/pkgs/by-name/ze/zerobin/package.nix +++ b/pkgs/by-name/ze/zerobin/package.nix @@ -62,7 +62,7 @@ python3Packages.buildPythonApplication rec { meta = with lib; { description = "Client side encrypted pastebin"; - homepage = "https://0bin.net/"; + homepage = "https://github.com/Tygs/0bin"; license = licenses.wtfpl; platforms = platforms.all; maintainers = with maintainers; [ julm ];