diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-08-04 17:28:45 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-08-04 17:28:45 -0400 |
commit | 3075d26261e96726289ea4c48c24157c70709811 (patch) | |
tree | 21d1cbaa6eba1ee067185ec920528ac8a37de090 | |
parent | 14a382d0504f667146bba52fd614e02df9637d8c (diff) | |
download | guix-packages-3075d26261e96726289ea4c48c24157c70709811.tar.gz |
README: Drop emphasis from warning
-rw-r--r-- | README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,12 +1,12 @@ This repository contains my custom packages for Guix [^1]. You can use these by extending $GUIX_PACKAGE_PATH or adding a channel [^2]. -**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 -have built for my own use but haven't yet got around to cleaning up, -checking, and sending upstream [^3]. The remaining packages are ones -that are too specific to be of interest to many other people. +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 have built +for my own use but haven't yet got around to cleaning up, checking, +and sending upstream [^3]. The remaining packages are ones that are +too specific to be of interest to many other people. [^1]: https://www.gnu.org/software/guix/ [^2]: https://www.gnu.org/software/guix/manual/en/html_node/Channels.html |