blktrace: fix license, add nickcao to maintainers

This commit is contained in:
Nick Cao 2023-06-21 16:19:56 +08:00
parent d9d028f0dd
commit c1e772cc6c
No known key found for this signature in database

View file

@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Block layer IO tracing mechanism";
maintainers = with maintainers; [ ];
license = licenses.gpl2;
maintainers = with maintainers; [ nickcao ];
license = licenses.gpl2Plus;
platforms = platforms.linux;
};
}