From 8d063abc0fd28e08da8901f30e891fe2582e984f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Thu, 6 Jun 2024 21:59:14 +0200 Subject: [PATCH] Add missing reference in pacundo post. --- blog/posts/0160-introducing-pacundo.cfg | 2 +- blog/posts/0160-introducing-pacundo.html | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/blog/posts/0160-introducing-pacundo.cfg b/blog/posts/0160-introducing-pacundo.cfg index 7560f0a..4d625d3 100644 --- a/blog/posts/0160-introducing-pacundo.cfg +++ b/blog/posts/0160-introducing-pacundo.cfg @@ -2,4 +2,4 @@ filename = 2024-06-05-introducing-pacundo.html title = Introducing Pacundo description = A quick introduction to my script I wrote to automatically undo ArchLinux system upgrades that break stuff. created = 2024-06-05 -updated = 2024-06-05 +updated = 2024-06-06 diff --git a/blog/posts/0160-introducing-pacundo.html b/blog/posts/0160-introducing-pacundo.html index b20f00c..58140ac 100644 --- a/blog/posts/0160-introducing-pacundo.html +++ b/blog/posts/0160-introducing-pacundo.html @@ -22,7 +22,7 @@ installation.[3]

but if you use a different AUR helper and want to contribute this functionality for your favorite AUR helper, feel free to send me a patch following the contributing guidelines.[4] As noted there, you -can also find a mirror of my repository on GitHub[5] +can also find a mirror of my repository on GitHub[5] where I can also receive issues and pull requests (but please read the notes about pull requests that I wrote in the contributing section mentioned above).

@@ -34,8 +34,9 @@ it should work on any ArchLinux derivative distribution.

References

    -
  1. GitHub - Jguer/yay: Yet another Yogurt - An AUR Helper written in Go
  2. -
  3. nortega/pacundo: A time machine to return your ArchLinux machine back to a working state. - pacundo - Ortega Code
  4. -
  5. AUR - pacundo
  6. -
  7. pacundo/README.md Contributing - Ortega Code
  8. +
  9. GitHub - Jguer/yay: Yet another Yogurt - An AUR Helper written in Go
  10. +
  11. nortega/pacundo: A time machine to return your ArchLinux machine back to a working state. - pacundo - Ortega Code
  12. +
  13. AUR - pacundo
  14. +
  15. pacundo/README.md Contributing - Ortega Code
  16. +
  17. GitHub - naortega/pacundo: [MIRROR] A time machine to roll back your ArchLinux machine to a working state.