diff options
author | Franz Geffke <franz@pantherx.org> | 2023-06-25 21:53:05 +0100 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2023-06-25 21:53:05 +0100 |
commit | b771fd1f7179962b033cf501027d915803963115 (patch) | |
tree | aa4470f4920d94162186c251d1885fedd629c727 /README.md | |
parent | c4958dd2b463c00e4a50a8794d2ea995eed2a8d3 (diff) |
readme: added link to previous repo; completed authentication info
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ # Guix Channel: PantherX OS Packages This repository contains package defintions for PantherX OS. + +This is a fork of our original package repository [guix-pantherx](https://git.pantherx.org/development/guix-pantherx) to resolve authentication issues (many of the commits weren't signed) and reduce the size which had blown up to 700+ MB. + ## Branches - `master` Development @@ -12,11 +15,11 @@ This repository contains package defintions for PantherX OS. ```scheme (cons* (channel (name 'pantherx) - (url "https://channels.pantherx.org/git/pantherx.git") + (url "https://channels.pantherx.org/git/panther.git") ;; Enable signature verification: (introduction (make-channel-introduction - "" + "54b4056ac571611892c743b65f4c47dc298c49da" (openpgp-fingerprint "A36A D41E ECC7 A871 1003 5D24 524F EB1A 9D33 C9CB")))) %default-channels) |