rtl8821ce: add samuelgrf to maintainers

This commit is contained in:
Samuel Gräfenstein
2020-08-11 15:55:23 +02:00
parent 4e89f3fd56
commit 92c9686517

View File

@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/tomaspinho/rtl8821ce";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.hhm ];
maintainers = with maintainers; [ hhm samuelgrf ];
};
}