diff options
author | Alan Pearce | 2024-06-30 11:37:24 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-30 11:37:24 +0200 |
commit | 54b0fd19e0c9c68c5d415c8d5cab1e04935f7fd6 (patch) | |
tree | f3bfd05e59d529ceb24fa01cac47cd9779cc96ad /vanity-imports.toml | |
parent | 781b38af677525f78631c78b6ecc9de753c4d567 (diff) | |
download | gopkgs-54b0fd19e0c9c68c5d415c8d5cab1e04935f7fd6.tar.lz gopkgs-54b0fd19e0c9c68c5d415c8d5cab1e04935f7fd6.tar.zst gopkgs-54b0fd19e0c9c68c5d415c8d5cab1e04935f7fd6.zip |
add x/
Diffstat (limited to 'vanity-imports.toml')
-rwxr-xr-x | vanity-imports.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vanity-imports.toml b/vanity-imports.toml index 99b310d..b0ecd5d 100755 --- a/vanity-imports.toml +++ b/vanity-imports.toml @@ -14,3 +14,7 @@ vcs = "git" [repos."/searchix"] repo = "https://git.alanpearce.eu/searchix" vcs = "git" + +[repos."/x"] +repo = "https://git.alanpearce.eu/x" +vcs = "git" |