diff options
author | Nick Gerace <nickagerace@gmail.com> | 2023-06-26 18:07:57 -0400 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2023-06-26 18:07:57 -0400 |
commit | 4a2129b4b13657be9137c8702cfb1ffc893e233b (patch) | |
tree | 160847a5f47a4f95a76f5447025baf9a0e932642 | |
parent | 7a6963c01781f6e3483365311e29dbffd9a31c3d (diff) | |
download | gfold-4a2129b4b13657be9137c8702cfb1ffc893e233b.zip |
Fix arch linux package locations in other places
Follow-up to 6b0f9458d7a602514fff205f8a58a9a863e4edc1
Signed-off-by: Nick Gerace <nickagerace@gmail.com>
-rw-r--r-- | README.md | 11 | ||||
-rw-r--r-- | docs/THANKS.md | 4 |
2 files changed, 6 insertions, 9 deletions
@@ -125,7 +125,7 @@ brew install nickgerace/nickgerace/gfold ### Arch Linux -You can use [pacman](https://wiki.archlinux.org/title/Pacman) to install `gfold` from the [Extra repository](https://archlinux.org/packages/extra/x86_64/gfold/). +You can use [pacman](https://wiki.archlinux.org/title/Pacman) to install `gfold` from the [extra repository](https://archlinux.org/packages/extra/x86_64/gfold/). ```shell pacman -S gfold @@ -224,9 +224,6 @@ This repository's tracking issue is [#205](https://github.com/nickgerace/gfold/i For more information and thanks to contributors, users, and the "community" at large, please refer to the **[THANKS](./docs/THANKS.md)** file. -Name | Type | Description ---- | --- | --- -[Arch Linux community repository](https://archlinux.org/packages/community/x86_64/gfold/) | packaging | the `gfold` package _(note: before moving to the community repository, the [AUR](https://github.com/orhun/PKGBUILDs) was previously used for distribution)_ -["One Hundred Rust Binaries"](https://www.wezm.net/v2/posts/2020/100-rust-binaries/page2/) | article | featured `gfold` -[nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/version-management/gfold/default.nix) | packaging | the `gfold` package -[nvim-gfold.lua](https://github.com/AckslD/nvim-gfold.lua) | project | a `neovim` plugin for `gfold` _([announcement Reddit post](https://www.reddit.com/r/neovim/comments/t209wy/introducing_nvimgfoldlua/))_ +- [Packages for NixOS, Arch Linux and more](https://repology.org/project/gfold/versions) +- ["One Hundred Rust Binaries"](https://www.wezm.net/v2/posts/2020/100-rust-binaries/page2/), an article that featured `gfold` +- [nvim-gfold.lua](https://github.com/AckslD/nvim-gfold.lua), a `neovim` plugin for `gfold` _([announcement Reddit post](https://www.reddit.com/r/neovim/comments/t209wy/introducing_nvimgfoldlua/))_ diff --git a/docs/THANKS.md b/docs/THANKS.md index b112f46..dfd77e1 100644 --- a/docs/THANKS.md +++ b/docs/THANKS.md @@ -2,7 +2,7 @@ - [@AcksID](https://github.com/AckslD/nvim-gfold.lua) for creating and maintaining [nvim-gfold.lua](https://github.com/AckslD/nvim-gfold.lua), a `neovim` plugin for `gfold` - [@jrcichra](https://github.com/jrcichra) for adding multi-OS support to the original, early-stage CI pipeline -- [@orhun](https://github.com/orhun) for adding `gfold` to the [Arch Linux community repository](https://archlinux.org/packages/community/x86_64/gfold/) and for maintaining [the original AUR packages](https://github.com/orhun/PKGBUILDs) -- [@shanesveller](https://github.com/shanesveller) for adding `gfold` to [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/version-management/git-and-tools/gfold/default.nix) +- [@orhun](https://github.com/orhun) for adding `gfold` to the Arch Linux community repository ([current location](https://archlinux.org/packages/extra/x86_64/gfold/)) and for maintaining [the original AUR packages](https://github.com/orhun/PKGBUILDs) +- [@shanesveller](https://github.com/shanesveller) for adding `gfold` to nixpkgs ([current location](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/version-management/gfold/default.nix)) - [@wezm](https://github.com/wezm) for featuring `gfold` in the ["One Hundred Rust Binaries"](https://www.wezm.net/v2/posts/2020/100-rust-binaries/page2/) series - [@yaahc](https://github.com/yaahc) for mentoring during an early refactor |