update: Move to go-configparser from go-ini for multiline support
This commit is contained in:
@ -5,7 +5,7 @@ Soruce code of MatterLinux's package tracker, located at
|
||||
### Configuration
|
||||
Tracker can be configured to track different repos. Configuration
|
||||
is stored in the `cfg.json` file. Here is the configuration for tracking
|
||||
official repos:
|
||||
official MatterLinux 24 repos:
|
||||
```
|
||||
{
|
||||
"repos": [
|
||||
@ -13,13 +13,13 @@ official repos:
|
||||
"name": "base",
|
||||
"branch": "main",
|
||||
"source": "https://git.matterlinux.xyz/Matter/base",
|
||||
"url": "https://pkgs.matterlinux.xyz/base"
|
||||
"url": "https://24.matterlinux.xyz/base"
|
||||
},
|
||||
{
|
||||
"name": "desktop",
|
||||
"branch": "main",
|
||||
"source": "https://git.matterlinux.xyz/Matter/desktop",
|
||||
"url": "https://pkgs.matterlinux.xyz/desktop"
|
||||
"url": "https://24.matterlinux.xyz/desktop"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user