diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-02-12 20:09:42 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-02-12 20:10:30 -0500 |
commit | d6552a9493fff36753da5b5e22d82d94be892e56 (patch) | |
tree | eb0df5216067c07d1e84f8429b17ca1a26f40d29 | |
parent | bfa1af53870c00f267e35d4b47b5a54a77ca3e28 (diff) | |
download | guix-packages-d6552a9493fff36753da5b5e22d82d94be892e56.tar.gz |
README.md: Complete a thought
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,9 +3,9 @@ these by extending `$GUIX_PACKAGE_PATH` or adding a [channel]. **But** be warned that these package definitions are unpolished, likely contain various issues, and often stale. For the most part, these are packages---sometimes straight from `guix import`---that I -but haven't yet got around to cleaning up, checking, and sending -[upstream]. The remaining packages are ones that are too specific to -be of interest to many other people. +have built for my own use but haven't yet got around to cleaning up, +checking, and sending [upstream]. The remaining packages are ones +that are too specific to be of interest to many other people. [Guix]: https://www.gnu.org/software/guix/ [channel]: https://www.gnu.org/software/guix/manual/en/html_node/Channels.html |