Skip to content

Commit

Permalink
bumps to storage scale
Browse files Browse the repository at this point in the history
corporate rebranding shenanigans ...
  • Loading branch information
wookietreiber committed Aug 20, 2024
1 parent 5f9af7e commit 15c72e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name = "mmoxi"
version = "0.3.1"
authors = ["Christian Krause <[email protected]>"]
description = "spectrum scale tools"
description = "tools for IBM Storage Scale file systems"
license = "GPL-3.0-or-later"
readme = "README.md"
documentation = "https://docs.rs/mmoxi"
homepage = "https://github.com/idiv-biodiversity/mmoxi"
repository = "https://github.com/idiv-biodiversity/mmoxi"
keywords = ["gpfs", "prometheus", "spectrum-scale"]
keywords = ["gpfs", "prometheus", "spectrum-scale", "storage-scale"]
categories = ["command-line-utilities", "filesystem"]
edition = "2021"
rust-version = "1.74"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mmoxi
=====

A [Rust][] library and collection of tools for [IBM Spectrum Scale][] (formerly
GPFS) file systems.
A [Rust][] library and collection of tools for [IBM Storage Scale][] (formerly
Spectrum Scale, formerly GPFS) file systems.


Motivation
Expand Down Expand Up @@ -61,7 +61,7 @@ install -Dm755 target/release/mmoxi ~/bin/mmoxi
```


[IBM Spectrum Scale]: https://www.ibm.com/products/spectrum-scale
[IBM Storage Scale]: https://www.ibm.com/products/storage-scale
[Rust]: https://www.rust-lang.org/
[nmon]: https://nmon.sourceforge.net/
[docs]: https://docs.rs/mmoxi
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Spectrum Scale library for tools.
//! Storage Scale (formerly Spectrum Scale, formerly GPFS) library for tools.
#![forbid(unsafe_code)]
#![deny(clippy::all, missing_docs)]
Expand Down

0 comments on commit 15c72e9

Please sign in to comment.