diff options
author | EuAndreh <eu@euandre.org> | 2021-06-11 22:39:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-11 22:39:46 -0300 |
commit | f06ccc924c183ee4b2bbf7cd2b1002c6a773f578 (patch) | |
tree | 0167480a5ee67f4ea752b02fee94b10373b8e8b4 /README.md | |
parent | Update files under aux/ (diff) | |
download | package-repository-f06ccc924c183ee4b2bbf7cd2b1002c6a773f578.tar.gz package-repository-f06ccc924c183ee4b2bbf7cd2b1002c6a773f578.tar.xz |
README.md: Remove "git." prefix from Git URL
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ Add this channel to your `~/.config/guix/channels.scm`: (cons* (channel (name 'xyz-euandreh) - (url "git://git.euandreh.xyz/package-repository") + (url "git://euandreh.xyz/package-repository") (branch "main") (introduction (make-channel-introduction |