gpio-utils: add license

+3 -2
+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 - maintainers = with stdenv.lib.maintainers; [ kwohlfahrt ]; 22 - platforms = stdenv.lib.platforms.linux; 21 + maintainers = with maintainers; [ kwohlfahrt ]; 22 + platforms = platforms.linux; 23 + license = licenses.gpl2; 23 24 }; 24 25 }