From 9ee79f7be785b94602a2e84662665b6a0ab4ec31 Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 14 Sep 2023 14:34:54 -0400 Subject: [PATCH] systeroid: clarify license, add changelog --- pkgs/tools/system/systeroid/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/system/systeroid/default.nix b/pkgs/tools/system/systeroid/default.nix index 64c8349f6402..8220b36b43f1 100644 --- a/pkgs/tools/system/systeroid/default.nix +++ b/pkgs/tools/system/systeroid/default.nix @@ -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 ]; }; }