zerobin: fix homepage url (#452837)

This commit is contained in:
h7x4
2025-10-17 13:10:36 +00:00
committed by GitHub
+2 -1
View File
@@ -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 ];