mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
change the location of repo
This commit is contained in:
parent
13a724ba4a
commit
89ce082591
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ struct LogsResponse {
|
|||
#[cached(time = 86400, result = true)]
|
||||
fn get_maintainer(pkg: String) -> Result<String> {
|
||||
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)?;
|
||||
|
|
Loading…
Add table
Reference in a new issue