From a2720aebdd1acf557166d843017282892538ddd6 Mon Sep 17 00:00:00 2001 From: Maxime Brunet Date: Fri, 25 Nov 2022 11:11:50 -0800 Subject: [PATCH] automatic-timezoned: add meta.changelog --- pkgs/tools/system/automatic-timezoned/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/system/automatic-timezoned/default.nix b/pkgs/tools/system/automatic-timezoned/default.nix index f4788aba5b68..7804821ab4f4 100644 --- a/pkgs/tools/system/automatic-timezoned/default.nix +++ b/pkgs/tools/system/automatic-timezoned/default.nix @@ -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;