gpio-utils: add license

This commit is contained in:
Markus Kowalewski 2020-06-30 21:02:50 +02:00
parent 1bd4fbc4a4
commit fc47c7b883
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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;
};
}