tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rclone: add tomfitzhenry as maintainer
Tom Fitzhenry
2 years ago
3d870b59
51c39ced
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
sync
rclone
default.nix
+1
-1
pkgs/applications/networking/sync/rclone/default.nix
···
64
changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md";
65
license = licenses.mit;
66
mainProgram = "rclone";
67
-
maintainers = with maintainers; [ SuperSandro2000 ];
68
};
69
}
···
64
changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md";
65
license = licenses.mit;
66
mainProgram = "rclone";
67
+
maintainers = with maintainers; [ SuperSandro2000 tomfitzhenry ];
68
};
69
}