diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-11-19 00:40:54 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-11-19 00:42:44 +0300 |
| commit | 1d1a2810ebf5cfcb4f2197989f7c5ad815bcb60d (patch) | |
| tree | 78c793ae9bba2c8cb0d962b9a4ace4bd059330d8 | |
| parent | guix: Add quickwall. (diff) | |
| download | guix-wigust-1d1a2810ebf5cfcb4f2197989f7c5ad815bcb60d.tar.gz | |
guix: emacs-terminal-here-checkout: Use GitHub as source.
* guix/wigust/packages/emacs.scm (emacs-terminal-here-checkout): Use GitHub as
source.
| -rw-r--r-- | guix/wigust/packages/emacs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/wigust/packages/emacs.scm b/guix/wigust/packages/emacs.scm index 74e811c..42b936b 100644 --- a/guix/wigust/packages/emacs.scm +++ b/guix/wigust/packages/emacs.scm @@ -1079,7 +1079,7 @@ capturing user input and paste it with @kbd{C-v} after exit.") (origin (method git-fetch) (uri (git-reference - (url "https://gitlab.wugi.info/emacs/emacs-terminal-here.git") + (url "https://github.com/wigust/terminal-here") (commit commit))) (file-name (git-file-name name version)) (sha256 |
