fix: clean up stale repo links and typo for OSS release - #77
Merged
Conversation
Replace remaining links to the defunct rikatz/kubepug repo in docs/install.md and docs/database.md with the nudgebee fork. Point snapcraft.yaml at the fork so snap builds use this source. Fix a "Contextthat" typo in README example output, and ignore .DS_Store to prevent future accidental commits. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request updates repository URLs to point to a fork, adds macOS metadata to the .gitignore, and corrects a typo in the README. Feedback suggests further improving the README's readability by fixing another spacing issue and warns that the snapcraft versioning logic may become inconsistent as it still references the upstream snap info while using the fork as the source.
- Fix second missing space on README:96 (container.Deprecated → container. Deprecated). - Delete snapcraft.yaml: the fork does not publish to snap (no snap entries in .goreleaser.yaml), and the override-pull versioning logic still queried the upstream snap channel — easier to drop than maintain. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
mayankpande88
approved these changes
May 19, 2026
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rikatz/kubepugrepo indocs/install.mdanddocs/database.mdwithnudgebee/kubepug.snapcraft.yamlsource at the fork so any snap build pulls from this repo, not upstream.**/.DS_Storeto.gitignoreto prevent future accidental commits (existing local.DS_Storefiles were never tracked).Loose ends from an OSS-readiness review ahead of going public.
Test plan
grep -r rikatz docs/returns nothinggrep Contextthat README.mdreturns nothingsnapcraft.yamlsource:points tonudgebee/kubepug🤖 Generated with Claude Code