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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user