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.
This commit is contained in:
h7x4
2025-10-17 15:26:29 +09:00
parent cc3cb66a4b
commit b8e5700568
+1 -1
View File
@@ -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 ];