Merge pull request #95181 from samuelgrf/rtl8821ce-add-maintainer
rtl8821ce: add samuelgrf to maintainers
This commit is contained in:
commit
82ed8439ee
2 changed files with 11 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue