summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"))))