From 89ce0825919368ed051d019f49e3661cf36a589f Mon Sep 17 00:00:00 2001 From: Kuoi Date: Sat, 28 May 2022 14:53:05 +0100 Subject: [PATCH] change the location of repo --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 54fcc06..c4fe9a1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -82,7 +82,7 @@ struct LogsResponse { #[cached(time = 86400, result = true)] fn get_maintainer(pkg: String) -> Result { let contents = std::fs::read_to_string(format!( - "/home/bio/Packages/BioArchLinux/{}/lilac.yaml", + "/usr/share/lilac/Packages/BioArchLinux/{}/lilac.yaml", pkg ))?; let docs = YamlLoader::load_from_str(&contents)?;