Skip to content

Commit

Permalink
seed: Remedy fixtures for a single recipe source
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Jan 13, 2024
1 parent 38017ed commit e6511ba
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,10 @@
"repos":
[
{
"name": "main",
"summary": "Main recipes",
"uri": "https://github.com/snekpit/main.git"
"name": "recipes",
"summary": "Serpent OS Recipes",
"uri": "https://github.com/serpent-os/recipes.git"
},
{
"name": "toolchain",
"summary": "Toolchain recipes",
"uri": "https://github.com/snekpit/toolchain.git"
},
{
"name": "kernel",
"summary": "Kernel recipes",
"uri": "https://github.com/snekpit/kernel.git"
},
{
"name": "gnome",
"summary": "GNOME recipes",
"uri": "https://github.com/snekpit/gnome.git"
},
{
"name": "plasma",
"summary": "Plasma recipes",
"uri": "https://github.com/snekpit/plasma.git"
}
]
},
{
Expand Down

0 comments on commit e6511ba

Please sign in to comment.