about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync/desync
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-30desync: 0.3.0 -> 0.4.0Charles Duffy2-28/+211
Note that upstream is using Go 1.11 modules; `deps.nix` is now generated using `vgo2nix`.
2018-09-23Introduce desync, an alternate implementation of casync (#47195)Charles Duffy2-0/+156
desync isn't as feature-rich as casync, but has a focus on production usability and implementation quality which may make it a more appropriate tool.