gpio-utils: add license
This commit is contained in:
parent
1bd4fbc4a4
commit
fc47c7b883
@ -18,7 +18,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Linux tools to inspect the gpiochip interface";
|
description = "Linux tools to inspect the gpiochip interface";
|
||||||
maintainers = with stdenv.lib.maintainers; [ kwohlfahrt ];
|
maintainers = with maintainers; [ kwohlfahrt ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user