Skip to content

Commit 04a58a1

Browse files
committed
Update repository URLs for organization rename
1 parent e98eecf commit 04a58a1

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22)
33
project(ro-control
44
VERSION 0.1.0
55
DESCRIPTION "Smart NVIDIA Driver Manager & System Monitor for Linux"
6-
HOMEPAGE_URL "https://github.com/Acik-Kaynak-Gelistirme-Toplulugu/ro-Control"
6+
HOMEPAGE_URL "https://github.com/Project-Ro-ASD/ro-Control"
77
LANGUAGES CXX
88
)
99

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ sudo dnf install cmake extra-cmake-modules gcc-c++ \
110110
### Build
111111

112112
```bash
113-
git clone https://github.com/Acik-Kaynak-Gelistirme-Toplulugu/ro-Control.git
113+
git clone https://github.com/Project-Ro-ASD/ro-Control.git
114114
cd ro-Control
115115
mkdir build && cd build
116116
cmake .. -DCMAKE_BUILD_TYPE=Debug

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ro-Control is a native KDE Plasma desktop application built with **C++20** and *
5252

5353
### Fedora (RPM) — Recommended
5454

55-
Download the latest `.rpm` from [Releases](https://github.com/Acik-Kaynak-Gelistirme-Toplulugu/ro-Control/releases):
55+
Download the latest `.rpm` from [Releases](https://github.com/Project-Ro-ASD/ro-Control/releases):
5656

5757
```bash
5858
sudo dnf install ./ro-control-*.rpm
@@ -73,7 +73,7 @@ sudo dnf install cmake extra-cmake-modules gcc-c++ \
7373
kf6-qqc2-desktop-style
7474

7575
# Clone and build
76-
git clone https://github.com/Acik-Kaynak-Gelistirme-Toplulugu/ro-Control.git
76+
git clone https://github.com/Project-Ro-ASD/ro-Control.git
7777
cd ro-Control
7878
mkdir build && cd build
7979
cmake .. -DCMAKE_BUILD_TYPE=Release

README.tr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ro-Control, **C++20** ve **Qt6/QML** ile geliştirilmiş, Fedora Linux üzerinde
5252

5353
### Fedora (RPM) — Önerilen
5454

55-
[Releases](https://github.com/Acik-Kaynak-Gelistirme-Toplulugu/ro-Control/releases) sayfasından en son `.rpm` dosyasını indirin:
55+
[Releases](https://github.com/Project-Ro-ASD/ro-Control/releases) sayfasından en son `.rpm` dosyasını indirin:
5656

5757
```bash
5858
sudo dnf install ./ro-control-*.rpm
@@ -73,7 +73,7 @@ sudo dnf install cmake extra-cmake-modules gcc-c++ \
7373
kf6-qqc2-desktop-style
7474

7575
# Klonla ve derle
76-
git clone https://github.com/Acik-Kaynak-Gelistirme-Toplulugu/ro-Control.git
76+
git clone https://github.com/Project-Ro-ASD/ro-Control.git
7777
cd ro-Control
7878
mkdir build && cd build
7979
cmake .. -DCMAKE_BUILD_TYPE=Release

data/icons/ro-control.metainfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<screenshots>
2323
<screenshot type="default">
24-
<image>https://raw.githubusercontent.com/Acik-Kaynak-Gelistirme-Toplulugu/ro-Control/main/docs/screenshots/monitor-overview.svg</image>
24+
<image>https://raw.githubusercontent.com/Project-Ro-ASD/ro-Control/main/docs/screenshots/monitor-overview.svg</image>
2525
</screenshot>
2626
</screenshots>
2727

@@ -34,5 +34,5 @@
3434
<name>Acik Kaynak Gelistirme Toplulugu</name>
3535
</developer>
3636

37-
<url type="homepage">https://github.com/Acik-Kaynak-Gelistirme-Toplulugu/ro-Control</url>
37+
<url type="homepage">https://github.com/Project-Ro-ASD/ro-Control</url>
3838
</component>

data/polkit/com.github.AcikKaynakGelistirmeToplulugu.rocontrol.policy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<policyconfig>
77

88
<vendor>ro-Control</vendor>
9-
<vendor_url>https://github.com/Acik-Kaynak-Gelistirme-Toplulugu/ro-Control</vendor_url>
9+
<vendor_url>https://github.com/Project-Ro-ASD/ro-Control</vendor_url>
1010

1111
<action id="com.github.AcikKaynakGelistirmeToplulugu.rocontrol.manage-drivers">
1212
<description>Manage NVIDIA drivers</description>

docs/BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sudo dnf install \
3636
## Clone the Repository
3737

3838
```bash
39-
git clone https://github.com/Acik-Kaynak-Gelistirme-Toplulugu/ro-Control.git
39+
git clone https://github.com/Project-Ro-ASD/ro-Control.git
4040
cd ro-Control
4141
```
4242

packaging/rpm/ro-control.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release: 1%{?dist}
44
Summary: Smart NVIDIA driver manager and system monitor for Fedora
55

66
License: GPL-3.0-or-later
7-
URL: https://github.com/Acik-Kaynak-Gelistirme-Toplulugu/ro-Control
7+
URL: https://github.com/Project-Ro-ASD/ro-Control
88
Source0: %{name}-%{version}.tar.gz
99

1010
BuildRequires: cmake

0 commit comments

Comments
 (0)