systeroid: clarify license, add changelog

This commit is contained in:
figsoda 2023-09-14 14:34:54 -04:00
parent 6630a356b6
commit 9ee79f7be7

View File

@ -33,7 +33,8 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "More powerful alternative to sysctl(8) with a terminal user interface";
homepage = "https://github.com/orhun/systeroid";
license = licenses.asl20;
changelog = "https://github.com/orhun/systeroid/blob/${src.rev}/CHANGELOG.md";
license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ figsoda ];
};
}