can-utils: add Luflosi as maintainer

This commit is contained in:
Luflosi 2023-04-16 22:26:07 +02:00
parent e852acf2f0
commit cdc53e9ab6
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -26,6 +26,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/linux-can/can-utils";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];
maintainers = with maintainers; [ bjornfor Luflosi ];
};
}