1## README 2 3A channel for the [Guix] package manager. 4 5## Usage 6 7Add the following to your `channels.scm`, refer to the [Guix manual][guix channels] for more details: 8 9 (channel10 (name 'nmeum)11 (url "https://github.com/nmeum/guix-channel.git")12 (introduction13 (make-channel-introduction14 "808a00792c114c5c1662e8b1a51b90a2d23f313a"15 (openpgp-fingerprint16 "514E 833A 8861 1207 4F98 F68A E447 3B6A 9C05 755D"))))1718## License1920This program is free software: you can redistribute it and/or modify it21under the terms of the GNU General Public License as published by the22Free Software Foundation, either version 3 of the License, or (at your23option) any later version.2425This program is distributed in the hope that it will be useful, but26WITHOUT ANY WARRANTY; without even the implied warranty of27MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General28Public License for more details.2930You should have received a copy of the GNU General Public License along31with this program. If not, see <https://www.gnu.org/licenses/>.3233[Guix]: https://guix.gnu.org34[guix channels]: https://guix.gnu.org/en/manual/devel/en/guix.html#Channels