diff options
author | sefidel <contact@sefidel.net> | 2024-01-16 04:31:22 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-01-16 04:31:22 +0900 |
commit | 79ea3731ee318c8ca57bd8a854f8df9f90132399 (patch) | |
tree | 95dfd3f474867cafc08ab992d955272f40f762bb /home/profiles | |
parent | e8d1f6fcb7e0a950c9278f1be85cc863fb4bcc8d (diff) | |
download | nixrc-79ea3731ee318c8ca57bd8a854f8df9f90132399.tar.gz nixrc-79ea3731ee318c8ca57bd8a854f8df9f90132399.zip |
feat(home/browsing): lib.rs -> crates.io
* The maintainer of lib.rs has been pushing personal opinions on the site, which resulted in few developers removing their crates from the site.
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/browsing/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix index 46a1550..46d8775 100644 --- a/home/profiles/browsing/default.nix +++ b/home/profiles/browsing/default.nix @@ -37,7 +37,7 @@ in ns = "https://search.nixos.org/options?channel=unstable&from=0size=50&sort=relevance&type=packages&query={}"; np = "https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query={}"; rd = "https://docs.rs/releases/search?query={}"; - rp = "https://lib.rs/search?q={}"; + rp = "https://crates.io/search?q={}"; }; quickmarks = { |