Skip to content

Commit 382ceff

Browse files
author
Rohaan Hamid
committed
Update repository URLs from rohaanhamid to talerlabs organization
- Updated all GitHub URLs to point to talerlabs/document-stitcher-cli - Updated author information to Taler Labs - Updated Homebrew, Chocolatey, Scoop, and Snapcraft configurations - Ready for publishing under the new organization
1 parent 6e69cdd commit 382ceff

8 files changed

Lines changed: 30 additions & 30 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/rohaanhamid/document-stitcher-cli.git"
10+
"url": "https://github.com/talerlabs/document-stitcher-cli.git"
1111
},
1212
"bugs": {
1313
"url": "https://github.com/rohaanhamid/document-stitcher-cli/issues"

publishing/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ publishing/
4242

4343
1. **Create a Homebrew tap**:
4444
```bash
45-
# Create a new repository: rohaanhamid/homebrew-tap
45+
# Create a new repository: talerlabs/homebrew-document-stitcher
4646
# Or use existing tap
4747
```
4848

@@ -58,14 +58,14 @@ publishing/
5858

5959
4. **Test locally**:
6060
```bash
61-
brew install --build-from-source rohaanhamid/tap/document-stitcher
61+
brew install --build-from-source talerlabs/document-stitcher/document-stitcher
6262
```
6363

6464
5. **Publish**: Push changes to your tap repository
6565

6666
**Users install with**:
6767
```bash
68-
brew install rohaanhamid/tap/document-stitcher
68+
brew install talerlabs/document-stitcher/document-stitcher
6969
```
7070

7171
### Chocolatey (Windows)

publishing/brew/document-stitcher.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
class DocumentStitcher < Formula
22
desc "Stitch together Markdown, images, and PDFs into a single printable PDF"
3-
homepage "https://github.com/rohaanhamid/document-stitcher-cli"
3+
homepage "https://github.com/talerlabs/document-stitcher-cli"
44
license "ISC"
55
version "1.0.0"
66

77
on_macos do
88
if Hardware::CPU.arm?
9-
url "https://github.com/rohaanhamid/document-stitcher-cli/releases/download/v#{version}/document-stitcher-macos-arm64"
9+
url "https://github.com/talerlabs/document-stitcher-cli/releases/download/v#{version}/document-stitcher-macos-arm64"
1010
sha256 "" # Will be calculated from the release binary
1111
else
12-
url "https://github.com/rohaanhamid/document-stitcher-cli/releases/download/v#{version}/document-stitcher-macos-x64"
12+
url "https://github.com/talerlabs/document-stitcher-cli/releases/download/v#{version}/document-stitcher-macos-x64"
1313
sha256 "" # Will be calculated from the release binary
1414
end
1515
end
1616

1717
on_linux do
1818
if Hardware::CPU.arm?
19-
url "https://github.com/rohaanhamid/document-stitcher-cli/releases/download/v#{version}/document-stitcher-linux-arm64"
19+
url "https://github.com/talerlabs/document-stitcher-cli/releases/download/v#{version}/document-stitcher-linux-arm64"
2020
sha256 "" # Will be calculated from the release binary
2121
else
22-
url "https://github.com/rohaanhamid/document-stitcher-cli/releases/download/v#{version}/document-stitcher-linux-x64"
22+
url "https://github.com/talerlabs/document-stitcher-cli/releases/download/v#{version}/document-stitcher-linux-x64"
2323
sha256 "" # Will be calculated from the release binary
2424
end
2525
end

publishing/chocolatey/document-stitcher.nuspec

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<metadata>
44
<id>document-stitcher</id>
55
<version>1.0.0</version>
6-
<packageSourceUrl>https://github.com/rohaanhamid/document-stitcher-cli</packageSourceUrl>
7-
<owners>rohaanhamid</owners>
6+
<packageSourceUrl>https://github.com/talerlabs/document-stitcher-cli</packageSourceUrl>
7+
<owners>talerlabs</owners>
88
<title>Document Stitcher</title>
9-
<authors>Rohaan Hamid</authors>
10-
<projectUrl>https://github.com/rohaanhamid/document-stitcher-cli</projectUrl>
11-
<iconUrl>https://raw.githubusercontent.com/rohaanhamid/document-stitcher-cli/main/icon.png</iconUrl>
12-
<licenseUrl>https://github.com/rohaanhamid/document-stitcher-cli/blob/main/LICENSE</licenseUrl>
9+
<authors>Taler Labs</authors>
10+
<projectUrl>https://github.com/talerlabs/document-stitcher-cli</projectUrl>
11+
<iconUrl>https://raw.githubusercontent.com/talerlabs/document-stitcher-cli/main/icon.png</iconUrl>
12+
<licenseUrl>https://github.com/talerlabs/document-stitcher-cli/blob/main/LICENSE</licenseUrl>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<projectSourceUrl>https://github.com/rohaanhamid/document-stitcher-cli</projectSourceUrl>
15-
<docsUrl>https://github.com/rohaanhamid/document-stitcher-cli#readme</docsUrl>
16-
<bugTrackerUrl>https://github.com/rohaanhamid/document-stitcher-cli/issues</bugTrackerUrl>
14+
<projectSourceUrl>https://github.com/talerlabs/document-stitcher-cli</projectSourceUrl>
15+
<docsUrl>https://github.com/talerlabs/document-stitcher-cli#readme</docsUrl>
16+
<bugTrackerUrl>https://github.com/talerlabs/document-stitcher-cli/issues</bugTrackerUrl>
1717
<tags>cli document pdf markdown stitcher converter</tags>
1818
<summary>Stitch together Markdown, images, and PDFs into a single printable PDF</summary>
1919
<description>
@@ -38,9 +38,9 @@ document-stitcher input.md output.pdf
3838
document-stitcher input.md output.pdf --theme custom-theme.css
3939
```
4040

41-
See the [GitHub repository](https://github.com/rohaanhamid/document-stitcher-cli) for more information.
41+
See the [GitHub repository](https://github.com/talerlabs/document-stitcher-cli) for more information.
4242
</description>
43-
<releaseNotes>https://github.com/rohaanhamid/document-stitcher-cli/releases/tag/v1.0.0</releaseNotes>
43+
<releaseNotes>https://github.com/talerlabs/document-stitcher-cli/releases/tag/v1.0.0</releaseNotes>
4444
</metadata>
4545
<files>
4646
<file src="tools\**" target="tools" />

publishing/chocolatey/tools/VERIFICATION.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
This package contains a pre-compiled binary for Document Stitcher.
33

44
The binary is downloaded from the official GitHub releases:
5-
https://github.com/rohaanhamid/document-stitcher-cli/releases
5+
https://github.com/talerlabs/document-stitcher-cli/releases
66

77
You can verify the download by:
8-
1. Go to https://github.com/rohaanhamid/document-stitcher-cli/releases/tag/v1.0.0
8+
1. Go to https://github.com/talerlabs/document-stitcher-cli/releases/tag/v1.0.0
99
2. Download document-stitcher-win-x64.exe
1010
3. Compare the SHA256 checksum:
1111
- Downloaded file: (see checksum in chocolateyinstall.ps1)
1212
- Official release: (checksum from GitHub release)
1313

1414
The package source code can be found at:
15-
https://github.com/rohaanhamid/document-stitcher-cli
15+
https://github.com/talerlabs/document-stitcher-cli

publishing/chocolatey/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop'
22

33
$packageName = 'document-stitcher'
44
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
5-
$url64 = 'https://github.com/rohaanhamid/document-stitcher-cli/releases/download/v1.0.0/document-stitcher-win-x64.exe'
5+
$url64 = 'https://github.com/talerlabs/document-stitcher-cli/releases/download/v1.0.0/document-stitcher-win-x64.exe'
66

77
$packageArgs = @{
88
packageName = $packageName

publishing/scoop/document-stitcher.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"version": "1.0.0",
33
"description": "Stitch together Markdown, images, and PDFs into a single printable PDF",
4-
"homepage": "https://github.com/rohaanhamid/document-stitcher-cli",
4+
"homepage": "https://github.com/talerlabs/document-stitcher-cli",
55
"license": "ISC",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/rohaanhamid/document-stitcher-cli/releases/download/v1.0.0/document-stitcher-win-x64.exe",
8+
"url": "https://github.com/talerlabs/document-stitcher-cli/releases/download/v1.0.0/document-stitcher-win-x64.exe",
99
"hash": "",
1010
"bin": [
1111
[
@@ -16,12 +16,12 @@
1616
}
1717
},
1818
"checkver": {
19-
"github": "https://github.com/rohaanhamid/document-stitcher-cli"
19+
"github": "https://github.com/talerlabs/document-stitcher-cli"
2020
},
2121
"autoupdate": {
2222
"architecture": {
2323
"64bit": {
24-
"url": "https://github.com/rohaanhamid/document-stitcher-cli/releases/download/v$version/document-stitcher-win-x64.exe"
24+
"url": "https://github.com/talerlabs/document-stitcher-cli/releases/download/v$version/document-stitcher-win-x64.exe"
2525
}
2626
}
2727
}

publishing/snap/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ apps:
2424
parts:
2525
document-stitcher:
2626
plugin: dump
27-
source: https://github.com/rohaanhamid/document-stitcher-cli/releases/download/v$SNAPCRAFT_PROJECT_VERSION/document-stitcher-linux-x64
27+
source: https://github.com/talerlabs/document-stitcher-cli/releases/download/v$SNAPCRAFT_PROJECT_VERSION/document-stitcher-linux-x64
2828
source-type: tar
2929
override-build: |
3030
# Download the binary
31-
wget -O document-stitcher https://github.com/rohaanhamid/document-stitcher-cli/releases/download/v$SNAPCRAFT_PROJECT_VERSION/document-stitcher-linux-x64
31+
wget -O document-stitcher https://github.com/talerlabs/document-stitcher-cli/releases/download/v$SNAPCRAFT_PROJECT_VERSION/document-stitcher-linux-x64
3232
chmod +x document-stitcher
3333
mkdir -p $CRAFT_PART_INSTALL/bin
3434
cp document-stitcher $CRAFT_PART_INSTALL/bin/

0 commit comments

Comments
 (0)