From b771fd1f7179962b033cf501027d915803963115 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Sun, 25 Jun 2023 21:53:05 +0100 Subject: readme: added link to previous repo; completed authentication info --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') 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) -- cgit v1.2.3