rustic-rs: fix typo in meta.changelog
This commit is contained in:
parent
73f28b770e
commit
d850d3bec4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/rustic-rs/rustic";
|
homepage = "https://github.com/rustic-rs/rustic";
|
||||||
changelog = "https://github.com/rustic-rs/rustic/blob/${src.rev}/changelog/CHANGELOG.md";
|
changelog = "https://github.com/rustic-rs/rustic/blob/${src.rev}/CHANGELOG.md";
|
||||||
description = "fast, encrypted, deduplicated backups powered by pure Rust";
|
description = "fast, encrypted, deduplicated backups powered by pure Rust";
|
||||||
mainProgram = "rustic";
|
mainProgram = "rustic";
|
||||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||||
|
|
Loading…
Reference in a new issue