Skip to content

Commit

Permalink
fix: add "gnome-unstable" to official repo list
Browse files Browse the repository at this point in the history
Signed-off-by: moson-mo <mo-son@mailbox.org>
  • Loading branch information
moson-mo committed May 21, 2023
1 parent 7e1e444 commit 27a6132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pacseek/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func (ps *UI) Start() error {

// getArchRepos returns a list of Arch Linux repositories
func getArchRepos() []string {
return []string{"core", "core-testing", "extra", "extra-testing", "multilib", "multilib-testing", "kde-unstable"}
return []string{"core", "core-testing", "extra", "extra-testing", "multilib", "multilib-testing", "kde-unstable", "gnome-unstable"}
}

// getArchArmRepos returns a list of Arch Linux ARM repositories
Expand Down

0 comments on commit 27a6132

Please sign in to comment.