mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
gpio-utils: add license
This commit is contained in:
parent
1bd4fbc4a4
commit
fc47c7b883
@ -18,7 +18,8 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Linux tools to inspect the gpiochip interface";
|
||||
maintainers = with stdenv.lib.maintainers; [ kwohlfahrt ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with maintainers; [ kwohlfahrt ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user