Skip to content

Commit 5bed075

Browse files
committed
name and info were updated
1 parent 4fa5558 commit 5bed075

29 files changed

+24
-32
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is the official list of GNU/Linux Config Wizard authors for copyright purposes.
1+
# This is the official list of GLWiz authors for copyright purposes.
22

33
# If you are submitting a patch, please add your name or the name of the
44
# organization which holds the copyright to this list in alphabetical order.

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Contributing Guidelines
44
Reporting Issues
55
----------------
66

7-
- Before creating a new Issue, please check first if a similar Issue already exists or was recently closed https://github.com/gnulintech/gnulinwiz/issues
7+
- Before creating a new Issue, please check first if a similar Issue already exists or was recently closed https://github.com/glcomtech/glwiz/issues
88

99
Contributing Code
1010
-----------------
1111

1212
- By contributing to this project, you share your code under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3, as specified in the LICENSE file.
1313
- Create a new branch for your feature (for example: git checkout -b feature_name)
1414
- Your pull request must merge your feature branch to project's development branch
15-
- Project code style: https://github.com/gnulintech/gnulinwiz/blob/main/CODESTYLE.rst
15+
- Project code style: https://github.com/glcomtech/glwiz/blob/main/CODESTYLE.rst
1616
- Don't forget to add yourself to the AUTHORS file.
1717

1818
Code Review

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[package]
2-
name = "gnulinwiz"
3-
version = "1.0.1"
2+
name = "glwiz"
3+
version = "1.0.2"
44
edition = "2024"
55
authors = ["Andrew Kushyk <akushyk799 at gmail.com>"]
6-
description = "gnulinwiz (GNU/Linux Config Wizard) The ultimate post-installation setup assistant for GNU/Linux, streamlining your configuration process with ease and precision."
6+
description = "GLWiz - The ultimate post-installation setup assistant for GNU/Linux popular disros, streamlining your configuration process with ease and precision."
77
license = "AGPL-3.0-or-later"
8-
repository = "https://gitlab.com/git-user-cpp/gnulinwiz"
8+
repository = "https://github.com/glcomtech/glwiz"
99

1010
[dependencies]
1111
libc = "0.2"
1212
colored = "3"
1313
clap = { version = "4.5", features = ["derive"] }
1414

1515
[lib]
16-
name = "gnulinwiz"
16+
name = "glwiz"
1717
path = "src/lib.rs"
Binary file not shown.

releazes/v0.1.0/gnulinwiz_v0.1.0_x86⁄x64_arch_linux.tar.gz.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.

releazes/v0.1.0/gnulinwiz_v0.1.0_x86⁄x64_arch_linux.tar.gz.sha512

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

releazes/v0.2.0/gnulinwiz_v0.2.0_stable_x86⁄x64_archlinux.tar.gz.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.

releazes/v0.2.0/gnulinwiz_v0.2.0_stable_x86⁄x64_archlinux.tar.gz.sha512

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)