Merge pull request #202894 from maxbrunet/chore/automatic-timezoned/changelog

automatic-timezoned: add meta.changelog
This commit is contained in:
figsoda 2022-11-25 14:52:03 -05:00 committed by GitHub
commit 0f1a06ab6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Automatically update system timezone based on location";
homepage = "https://github.com/maxbrunet/automatic-timezoned";
changelog = "https://github.com/maxbrunet/automatic-timezoned/blob/v${version}/CHANGELOG.md";
license = licenses.gpl3;
maintainers = with maintainers; [ maxbrunet ];
platforms = platforms.linux;