tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gpio-utils: add license
Markus Kowalewski
5 years ago
fc47c7b8
1bd4fbc4
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
gpio-utils.nix
+3
-2
pkgs/os-specific/linux/kernel/gpio-utils.nix
···
18
18
19
19
meta = {
20
20
description = "Linux tools to inspect the gpiochip interface";
21
21
-
maintainers = with stdenv.lib.maintainers; [ kwohlfahrt ];
22
22
-
platforms = stdenv.lib.platforms.linux;
21
21
+
maintainers = with maintainers; [ kwohlfahrt ];
22
22
+
platforms = platforms.linux;
23
23
+
license = licenses.gpl2;
23
24
};
24
25
}