Merge pull request #95181 from samuelgrf/rtl8821ce-add-maintainer

rtl8821ce: add samuelgrf to maintainers
This commit is contained in:
Daniël de Kok 2020-08-11 17:03:20 +02:00 committed by GitHub
commit 82ed8439ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -7218,6 +7218,16 @@
githubId = 132835;
name = "Samuel Dionne-Riel";
};
samuelgrf = {
email = "git@samuelgrf.com";
github = "samuelgrf";
githubId = 67663538;
name = "Samuel Gräfenstein";
keys = [{
longkeyid = "rsa4096/0xEF76A063F15C63C8";
fingerprint = "FF24 5832 8FAF 4660 18C6 186E EF76 A063 F15C 63C8";
}];
};
samuelrivas = {
email = "samuelrivas@gmail.com";
github = "samuelrivas";

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