summaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-16 11:47:49 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-16 11:47:49 +0100
commit1a284fa4279fc2f4085a827b24de5d60c6037502 (patch)
tree3e5fa2e86540a522b5d9fde6c177cb310217f11f /home-configuration.scm
parent77d0779d958bd1821ca8b5bc6ed87c3b4cbcd7c7 (diff)
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.
Diffstat (limited to 'home-configuration.scm')
-rw-r--r--home-configuration.scm4
1 files changed, 2 insertions, 2 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"))))