Unverified Commit 6a33e60b authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

zerobin: fix homepage url (#452837)

parents 4e4dfda2 f9a47a4d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 ];