B"H fix error

This commit is contained in:
hhm 2019-02-04 19:35:44 -05:00
parent 4e891a47e6
commit f2f1180c22

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "Realtek rtl8821ce driver";
homepage = "https://github.com/tomaspinho/rtl8821ce";
license = licenses.gpl2;
platform = platforms.linux;
platforms = platforms.linux;
maintainers = [ maintainers.hhm ];
};
}