mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
[Backport release-25.05] zerobin: fix homepage url (#453004)
This commit is contained in:
@@ -61,7 +61,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 ];
|
||||
|
||||
Reference in New Issue
Block a user