Unverified Commit 0f1a06ab authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

automatic-timezoned: add meta.changelog
parents fa43b3b3 a2720aeb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;