Skip to content

Commit 8a7ab4e

Browse files
committed
Rename repository references to bigedit
1 parent d198701 commit 8a7ab4e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
<h3>Quick Install (Ubuntu/Debian)</h3>
164164
<pre>
165165
# Add the repository
166-
echo "deb [trusted=yes] https://jopdorp.github.io/largedit/apt-repo stable main" | sudo tee /etc/apt/sources.list.d/bigedit.list
166+
echo "deb [trusted=yes] https://jopdorp.github.io/bigedit/apt-repo stable main" | sudo tee /etc/apt/sources.list.d/bigedit.list
167167
168168
# Update and install
169169
sudo apt update
@@ -200,7 +200,7 @@ jobs:
200200
</ul>
201201
202202
<h2>Source Code</h2>
203-
<p><a href="https://github.com/jopdorp/largedit">https://github.com/jopdorp/largedit</a></p>
203+
<p><a href="https://github.com/jopdorp/bigedit">https://github.com/jopdorp/bigedit</a></p>
204204
</body>
205205
</html>
206206
EOF

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024-2026 BigEdit Contributors
3+
Copyright (c) 2026-2026 BigEdit Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
```bash
2222
# Add the repository
23-
echo "deb [trusted=yes] https://jopdorp.github.io/largedit/apt-repo stable main" | sudo tee /etc/apt/sources.list.d/bigedit.list
23+
echo "deb [trusted=yes] https://jopdorp.github.io/bigedit/apt-repo stable main" | sudo tee /etc/apt/sources.list.d/bigedit.list
2424

2525
# Update and install
2626
sudo apt update
@@ -34,8 +34,8 @@ systemctl --user enable --now bigedit-watcher.service
3434

3535
```bash
3636
# Clone the repository
37-
git clone https://github.com/jopdorp/largedit.git
38-
cd largedit
37+
git clone https://github.com/jopdorp/bigedit.git
38+
cd bigedit
3939

4040
# Install with systemd service (default)
4141
./install.sh

debian/control

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Priority: optional
44
Maintainer: BigEdit Contributors <bigedit@example.com>
55
Build-Depends: debhelper-compat (= 13), cargo, rustc, libfuse3-dev, pkg-config
66
Standards-Version: 4.6.0
7-
Homepage: https://github.com/jopdorp/largedit
8-
Vcs-Browser: https://github.com/jopdorp/largedit
9-
Vcs-Git: https://github.com/jopdorp/largedit.git
7+
Homepage: https://github.com/jopdorp/bigedit
8+
Vcs-Browser: https://github.com/jopdorp/bigedit
9+
Vcs-Git: https://github.com/jopdorp/bigedit.git
1010
Rules-Requires-Root: no
1111

1212
Package: bigedit

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: bigedit
33
Upstream-Contact: BigEdit Contributors <bigedit@example.com>
4-
Source: https://github.com/jopdorp/largedit
4+
Source: https://github.com/jopdorp/bigedit
55

66
Files: *
77
Copyright: 2024-2026 BigEdit Contributors

0 commit comments

Comments
 (0)