summaryrefslogtreecommitdiff
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
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.
-rw-r--r--home-configuration.scm4
-rw-r--r--izumi.org4
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"))))