Merge pull request #95181 from samuelgrf/rtl8821ce-add-maintainer
rtl8821ce: add samuelgrf to maintainers
This commit is contained in:
commit
82ed8439ee
@ -7218,6 +7218,16 @@
|
|||||||
githubId = 132835;
|
githubId = 132835;
|
||||||
name = "Samuel Dionne-Riel";
|
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 = {
|
samuelrivas = {
|
||||||
email = "samuelrivas@gmail.com";
|
email = "samuelrivas@gmail.com";
|
||||||
github = "samuelrivas";
|
github = "samuelrivas";
|
||||||
|
@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/tomaspinho/rtl8821ce";
|
homepage = "https://github.com/tomaspinho/rtl8821ce";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.hhm ];
|
maintainers = with maintainers; [ hhm samuelgrf ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user