Skip to content

Commit

Permalink
support list update: nixOS and FreeBSD on 10.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Oct 19, 2023
1 parent bd310d9 commit 1cf5d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/supportList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const SupportListData: SupportInfo[] = [
website: "https://fedoraproject.org/spins/budgie/",
},
{
budgieAvailablePostInstall: "10.8.1",
budgieAvailablePostInstall: "10.8.2",
budgieVersion: "10.7.1",
installationInfo: () => (
<>
Expand Down Expand Up @@ -152,7 +152,7 @@ export const SupportListData: SupportInfo[] = [
},
{
budgieAvailablePostInstall: null,
budgieVersion: "10.8.1",
budgieVersion: "10.8.2",
name: "NixOS",
installationInfo: () => (
<>
Expand Down

0 comments on commit 1cf5d0f

Please sign in to comment.