Skip to content

Commit

Permalink
Merge branch 'Vanilla-OS:v2' into links
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits authored Aug 24, 2023
2 parents 7b6e2c3 + 3832088 commit ac68b68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion articles/2023-06-11-vanilla-os-orchid-devlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ With the switch to Debian as the base for Orchid, we had to create our own repos

Unfortunately, most currently available platforms for this purpose did not meet our UX standards and offered a complex and outdated interface. That's why we developed [Eratosthenes*](https://github.com/Vanilla-OS/Eratosthenes), a platform based on Flask and written in Python, which allows easy searching and reading of package details directly from our repositories.

You can check out the platform by visiting [repo.vanillaos.org](https://repo.vanillaos.org).
You can check out the platform by visiting [packages.vanillaos.org](https://packages.vanillaos.org).

*Eratosthenes was a Greek mathematician, astronomer, and geographer.

Expand Down
4 changes: 2 additions & 2 deletions src/views/Team.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default defineComponent({
image: '/assets/images/pics/monsterobserver.jpeg',
links: {
githubUsername: 'MonsterObserver',
mastodonLink: 'https://fe.disroot.org/@monstur',
mastodonLink: 'https://defcon.social/@monster',
website: 'https://monster.codeberg.page/',
},
},
Expand Down Expand Up @@ -212,4 +212,4 @@ export default defineComponent({
},
});
</script>


0 comments on commit ac68b68

Please sign in to comment.