diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-16 16:49:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-16 17:16:00 +0200 |
commit | dae2ac513d1e2eb242240ecd1551a700d20f54f5 (patch) | |
tree | 2d557b56d782ffa09900d1841ec4308b50aaff0a /gnu/packages/toys.scm | |
parent | d7b83e2f8d8afebfb301db2e40b2f56e382d0510 (diff) | |
download | guix-dae2ac513d1e2eb242240ecd1551a700d20f54f5.tar.gz |
gnu: filters: Fix repository URL.
* gnu/packages/toys.scm (filters)[source]: Use git://.
Diffstat (limited to 'gnu/packages/toys.scm')
-rw-r--r-- | gnu/packages/toys.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm index 0d0035a86e..1ce3cde617 100644 --- a/gnu/packages/toys.scm +++ b/gnu/packages/toys.scm @@ -85,7 +85,7 @@ typing @command{sl} instead of @command{ls}.") (origin (method git-fetch) (uri (git-reference - (url "https://git.joeyh.name/filters") + (url "git://git.joeyh.name/filters") (commit version))) (file-name (git-file-name name version)) (sha256 |