summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2023-06-25 21:53:05 +0100
committerFranz Geffke <franz@pantherx.org>2023-06-25 21:53:05 +0100
commitb771fd1f7179962b033cf501027d915803963115 (patch)
treeaa4470f4920d94162186c251d1885fedd629c727 /README.md
parentc4958dd2b463c00e4a50a8794d2ea995eed2a8d3 (diff)
readme: added link to previous repo; completed authentication info
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index aa742ff..a3cb8df 100644
--- a/README.md
+++ b/README.md
@@ -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)