Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Security vulnerability
url: https://github.com/apcar/page-parcel/security/advisories/new
url: https://github.com/apcar/pageparcel/security/advisories/new
about: Report security issues privately after private vulnerability reporting is enabled.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
- family-names: "Greene"
given-names: "Andrew"
alias: "apcar"
repository-code: "https://github.com/apcar/page-parcel"
url: "https://github.com/apcar/page-parcel"
repository-code: "https://github.com/apcar/pageparcel"
url: "https://github.com/apcar/pageparcel"
license: MIT
abstract: "A local-first Chrome extension that packages web pages into portable records with screenshots, Markdown, source metadata, and SHA-256 integrity hashes."
6 changes: 3 additions & 3 deletions assets/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"author": "Andrew Greene <https://github.com/apcar>",
"repository": {
"type": "git",
"url": "https://github.com/apcar/page-parcel.git"
"url": "https://github.com/apcar/pageparcel.git"
},
"homepage": "https://github.com/apcar/page-parcel#readme",
"bugs": "https://github.com/apcar/page-parcel/issues",
"homepage": "https://github.com/apcar/pageparcel#readme",
"bugs": "https://github.com/apcar/pageparcel/issues",
"keywords": [
"chrome-extension",
"screenshot",
Expand Down