From 1a284fa4279fc2f4085a827b24de5d60c6037502 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 16 Jan 2024 11:47:49 +0100 Subject: Repair ORG-FC package After transfer to the proper git server and removal of git-daemon, the emacs-org-fc package broke due to the dangling repository link. Another problem found was that the forcible rewrite to the current email address of my patches, the commit hashes have changed. This commit fixes those problems. --- home-configuration.scm | 4 ++-- izumi.org | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home-configuration.scm b/home-configuration.scm index 9877ebe..1b2cbe2 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -63,7 +63,7 @@ (list emacs-guix emacs-nix-mode) (list (let - ((commit* "cfab3eb8e1c25640439f10789872e28872d656a0")) + ((commit* "wip-algo-tn")) (package (name "emacs-org-fc") (version (git-version "0.1.0" "0" commit*)) @@ -72,7 +72,7 @@ (method git-fetch) (uri (git-reference - (url "git://localhost/marek/org-fc") + (url "https://git.marekpasnikowski.pl/org-fc.git") (commit commit*))) (file-name (git-file-name name version)) (sha256 (base32 "0x8bxjh4r1wqh48f69x8k6gxfpixhwci365n0rh827csfjaqs5hg")))) diff --git a/izumi.org b/izumi.org index b88e976..44c0d41 100644 --- a/izumi.org +++ b/izumi.org @@ -880,7 +880,7 @@ #+BEGIN_SRC scheme (list (let - ((commit* "cfab3eb8e1c25640439f10789872e28872d656a0")) + ((commit* "wip-algo-tn")) (package (name "emacs-org-fc") (version (git-version "0.1.0" "0" commit*)) @@ -889,7 +889,7 @@ (method git-fetch) (uri (git-reference - (url "git://localhost/marek/org-fc") + (url "https://git.marekpasnikowski.pl/org-fc.git") (commit commit*))) (file-name (git-file-name name version)) (sha256 (base32 "0x8bxjh4r1wqh48f69x8k6gxfpixhwci365n0rh827csfjaqs5hg")))) -- cgit v1.2.3