commit 1014f6658f604700b2937285697f4d8dcd04bf05
parent 6241ea61d27fa5d435fd059f0a595849c2471025
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Mon, 8 Jul 2024 10:15:09 +0200
fix: set correct name for NPM
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/config.php b/config/config.php
@@ -194,7 +194,7 @@ $searches = array(
"keywords" => array("pypi", "python", "py")
),
"npm" => array(
- "name" => "PyPI",
+ "name" => "NPM",
"website" => "https://www.npmjs.com",
"query" => "https://www.npmjs.com/search?q=%s",
"keywords" => array("npm", "npmjs", "node", "js")