aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--km-packages/git-annex.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/km-packages/git-annex.scm b/km-packages/git-annex.scm
index 40a1cc6..2674c26 100644
--- a/km-packages/git-annex.scm
+++ b/km-packages/git-annex.scm
@@ -37,7 +37,7 @@
#:use-module (ice-9 rdelim))
(define %source-dir
- (string-append (getenv "HOME") "/src/haskell/git-annex"))
+ (string-append (getenv "HOME") "/src/haskell/git-annex-for-guix"))
;; Copied from guile-daemon.
(define (git-output . args)