Skip to content

Commit

Permalink
Change author name
Browse files Browse the repository at this point in the history
  • Loading branch information
evasquare committed Aug 6, 2024
1 parent 556bc77 commit ea448e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name = "weather-cli"
description = "Minimalistic command-line weather program. It works with OpenWeather API."
keywords = ["weather", "open-weather-api"]
version = "0.4.0"
authors = ["Stellar"]
authors = ["Pixella"]
license = "MIT"
repository = "https://github.com/cosmostellar/weather-cli"
repository = "https://github.com/pixelbracket/weather-cli"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023-2024 cosmostellar
Copyright (c) 2023-2024 pixelbracket

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions src/program_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ pub const PROGRAM_DESCRIPTION: &str =
pub const ABOUT: &str =
"* weather-cli - Minimalistic command-line weather program. It works with OpenWeather API.";
/// Author name of the program.
pub const PROGRAM_AUTHORS: &str = "Stellar";
pub const PROGRAM_AUTHORS: &str = "Pixella";
/// URL of the program on crates.io.
pub const CRATES_IO_URL: &str = "https://crates.io/crates/weather-cli";
/// URL of the program repository.
pub const REPOSITORY_URL: &str = "https://github.com/cosmostellar/weather-cli";
pub const REPOSITORY_URL: &str = "https://github.com/pixelbracket/weather-cli";

0 comments on commit ea448e6

Please sign in to comment.