mosh, mtdutils: add skeuchel as maintainer (#340540)

This commit is contained in:
Aleksana 2024-09-09 15:22:35 +08:00 committed by GitHub
commit fee763dc16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View File

@ -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;

View File

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

View File

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