Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Commit a5ce2ae

Browse files
committed
docs: remove links section and fix RPM build
- Remove Links section from README - Fix RPM source tarball filename (use ~ instead of -)
1 parent 7da7e3b commit a5ce2ae

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Create source tarball
6767
run: |
68-
tar --transform='s,^\.,command-0.1.0-alpha,' -czf ~/rpmbuild/SOURCES/v0.1.0-alpha.tar.gz --exclude='.git' --exclude='builddir' --exclude='.github' .
68+
tar --transform='s,^\.,command-0.1.0~alpha,' -czf ~/rpmbuild/SOURCES/v0.1.0~alpha.tar.gz --exclude='.git' --exclude='builddir' --exclude='.github' .
6969
7070
- name: Build RPM
7171
run: |

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,3 @@ Copyright (C) 2026 NurOS
169169
## Developer
170170

171171
AnmiTaliDev <anmitali198@gmail.com>
172-
173-
## Links
174-
175-
- [GitHub Repository](https://github.com/NurOS-Linux/command)
176-
- [Report Issues](https://github.com/NurOS-Linux/command/issues)
177-
- [NurOS Linux](https://nuros.org)
178-
- [AetherDE Desktop Environment](https://github.com/NurOS-Linux/AetherDE)
179-
- [VTE Documentation](https://gnome.pages.gitlab.gnome.org/vte/)
180-
- [LibAdwaita Documentation](https://gnome.pages.gitlab.gnome.org/libadwaita/)

0 commit comments

Comments
 (0)