Skip to content

Commit

Permalink
zsync: add ryand56 as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ryand56 committed Dec 31, 2024
1 parent 628d263 commit 441bdb8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pkgs/by-name/zs/zsync/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ stdenv.mkDerivation rec {
autoreconfHook
];

meta = with lib; {
homepage = "http://zsync.moria.org.uk/";
meta = {
homepage = "https://github.com/cph6/zsync";
description = "File distribution system using the rsync algorithm";
license = licenses.artistic2;
maintainers = with maintainers; [ viric ];
platforms = with platforms; all;
license = lib.licenses.artistic2;
maintainers = with lib.maintainers; [
viric
ryand56
];
platforms = with lib.platforms; all;
};
}

0 comments on commit 441bdb8

Please sign in to comment.