summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2018-10-27 04:22:33 -0700
committerCole Mickens <cole.mickens@gmail.com>2018-10-27 04:22:33 -0700
commit4ca7494e01d46ce6c437f33def6a9a5a8e1f233d (patch)
tree41ab226406372edb61407502276fd4297d2ff3d8
parent2d94fe3f3f01a8c6bcf6f51629373aefeec41ead (diff)
README.md: fix update timestamps
-rw-r--r--README.md18
-rwxr-xr-xupdate.sh2
2 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 5341730..b4ec55b 100644
--- a/README.md
+++ b/README.md
@@ -9,15 +9,15 @@ This is a `nixpkgs` overlay containing `HEAD` revisions of:
<!--pkgs-->
| Attribute Name | Last Upstream Commit Time |
| -------------- | ------------------------- |
-| wlroots | [2018-20-27 03:20](https://github.com/swaywm/wlroots/commits/266b3df6781409facd679d680f7335e156446d17) |
-| sway-beta | [2018-23-27 02:23](https://github.com/swaywm/sway/commits/de250a523fb765531744d3a363693da9e9ac270b) |
-| slurp | [2018-37-24 12:37](https://github.com/emersion/slurp/commits/0dbd03991462397eb92bb40af712c837c898ebf1) |
-| grim | [2018-39-24 12:39](https://github.com/emersion/grim/commits/61df6f0a9531520c898718874c460826bc7e2b42) |
-| wlstream | [2018-10-15 14:10](https://github.com/atomnuker/wlstream/commits/182076a94562b128c3a97ecc53cc68905ea86838) |
-| waybar | [2018-23-27 02:23](https://github.com/Alexays/waybar/commits/ed3e4b13959874a168d62885d8ea1c7617db43b8) |
-| wayfire | [2018-31-27 01:31](https://github.com/WayfireWM/wayfire/commits/f2abe624c8f45d69ca51a7bf88933804589fb230) |
-| wf-config | [2018-05-22 00:05](https://github.com/WayfireWM/wf-config/commits/8f7046e6c67d4a277b0793b56ff6535f53997bc5) |
-| redshift-wayland | [2018-25-01 12:25](https://github.com/minus7/redshift/commits/a2177ed9942477868ccc514372f32a0fbcbe189e) |
+| wlroots | [2018-10-27 03:20](https://github.com/swaywm/wlroots/commits/266b3df6781409facd679d680f7335e156446d17) |
+| sway-beta | [2018-10-27 02:23](https://github.com/swaywm/sway/commits/de250a523fb765531744d3a363693da9e9ac270b) |
+| slurp | [2018-10-24 12:37](https://github.com/emersion/slurp/commits/0dbd03991462397eb92bb40af712c837c898ebf1) |
+| grim | [2018-10-24 12:39](https://github.com/emersion/grim/commits/61df6f0a9531520c898718874c460826bc7e2b42) |
+| wlstream | [2018-07-15 14:10](https://github.com/atomnuker/wlstream/commits/182076a94562b128c3a97ecc53cc68905ea86838) |
+| waybar | [2018-10-27 02:23](https://github.com/Alexays/waybar/commits/ed3e4b13959874a168d62885d8ea1c7617db43b8) |
+| wayfire | [2018-10-27 01:31](https://github.com/WayfireWM/wayfire/commits/f2abe624c8f45d69ca51a7bf88933804589fb230) |
+| wf-config | [2018-10-22 00:05](https://github.com/WayfireWM/wf-config/commits/8f7046e6c67d4a277b0793b56ff6535f53997bc5) |
+| redshift-wayland | [2018-09-01 12:25](https://github.com/minus7/redshift/commits/a2177ed9942477868ccc514372f32a0fbcbe189e) |
<!--pkgs-->
Please open an issue if something is out of date.
diff --git a/update.sh b/update.sh
index 0542ef9..6f58b8e 100755
--- a/update.sh
+++ b/update.sh
@@ -33,7 +33,7 @@ function update() {
readarray -t out <<< "$(echo "${results}")"
builtattrs=("${builtattrs[@]}" "${out[@]}")
- d="$(date '+%Y-%M-%d %H:%M' --date="${commitdate}")"
+ d="$(date '+%Y-%m-%d %H:%M' --date="${commitdate}")"
m='(.*)'
txt="| ${attr} | [${d}](https://github.com/${owner}/${repo}/commits/${rev}) |"
pkgentries=("${pkgentries[@]}" "${txt}")