syncstorage-rs: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-04 22:55:40 +01:00 committed by GitHub
parent 3d20075cdd
commit 4dd39ea359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "mozilla-services";
repo = pname;
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-eFrrZ/+8OsmIfCEoXPAKqVkZlgN8sfXueJQvQN8VCB0=";
};
@ -57,6 +57,7 @@ rustPlatform.buildRustPackage rec {
meta = {
description = "Mozilla Sync Storage built with Rust";
homepage = "https://github.com/mozilla-services/syncstorage-rs";
changelog = "https://github.com/mozilla-services/syncstorage-rs/releases/tag/${version}";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ pennae ];
platforms = lib.platforms.linux;