Fix typo in aozora package metadata
This commit is contained in:
parent
755687645b
commit
57d75eb243
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
description = "A simple CLI for fetching Plume Labs air quality info.";
|
description = "A simple CLI for fetching Plume Labs air quality info.";
|
||||||
homepage = "https://github.com/ElnuDev/aozora";
|
homepage = "https://github.com/ElnuDev/aozora";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintaners = [ maintainers.tailhook ];
|
maintainers = [ maintainers.tailhook ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue