rustic-rs: fix typo in meta.changelog

This commit is contained in:
emilylange 2023-11-20 13:56:13 +01:00
parent 73f28b770e
commit d850d3bec4
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87

View File

@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
meta = {
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";
mainProgram = "rustic";
platforms = lib.platforms.linux ++ lib.platforms.darwin;