sbsigntool: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 18:54:35 +02:00
parent 3e262e3e99
commit 2bc6257cfd
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
homepage = http://jk.ozlabs.org/docs/sbkeysync-maintaing-uefi-key-databases;
maintainers = [ maintainers.tstrobel ];
platforms = [ "x86_64-linux" ]; # Broken on i686
license = licenses.gpl3;
};
}