diff options
author | EuAndreh <eu@euandre.org> | 2021-02-17 00:52:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-17 00:54:19 -0300 |
commit | 4d72082ccf7cecd285160c358a6161c0355744e8 (patch) | |
tree | 8f3936b0ff0d2588f2dff97f4c3d31573684469b /_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md | |
parent | Makefile: Add serve target (diff) | |
download | euandre.org-4d72082ccf7cecd285160c358a6161c0355744e8.tar.gz euandre.org-4d72082ccf7cecd285160c358a6161c0355744e8.tar.xz |
Update link to repository with OS packaging code
Diffstat (limited to '')
-rw-r--r-- | _articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md b/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md index 85b359d..8012105 100644 --- a/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md +++ b/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md @@ -182,9 +182,9 @@ In fact, the code for `dmenu_path` is almost just like that. ## Conclusion -For my personal use, I've packaged `remembering` for [GNU Guix][guix-channel] and [Nix][nix-file]. Packaging it to any other distribution should be trivial, or just downloading the tarball and running `[sudo] make install`. +For my personal use, I've [packaged] `remembering` for GNU Guix and Nix. Packaging it to any other distribution should be trivial, or just downloading the tarball and running `[sudo] make install`. Patches welcome! -[guix-channel]: https://git.euandreh.xyz/euandreh-guix-channel/about/ +[packaged]: https://git.euandreh.xyz/package-repository/about/ [nix-file]: https://git.euandreh.xyz/dotfiles/tree/nixos/not-on-nixpkgs/remembering.nix?id=0831444f745cf908e940407c3e00a61f6152961f |