mosh, mtdutils: add skeuchel as maintainer (#340540)
This commit is contained in:
commit
fee763dc16
@ -19386,6 +19386,13 @@
|
||||
githubId = 158321;
|
||||
name = "Stewart Mackenzie";
|
||||
};
|
||||
skeuchel = {
|
||||
name = "Steven Keuchel";
|
||||
email = "steven.keuchel@gmail.com";
|
||||
github = "skeuchel";
|
||||
githubId = 617130;
|
||||
keys = [ { fingerprint = "C4F7 46C7 B560 38D8 210F 0288 5877 DEE9 7428 557F"; } ];
|
||||
};
|
||||
skovati = {
|
||||
github = "skovati";
|
||||
githubId = 49844593;
|
||||
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
downloadPage = "https://git.infradead.org/mtd-utils.git";
|
||||
license = licenses.gpl2Plus;
|
||||
homepage = "http://www.linux-mtd.infradead.org/";
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ skeuchel ];
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
}
|
||||
|
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
||||
especially over Wi-Fi, cellular, and long-distance links.
|
||||
'';
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ skeuchel ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user