maintainers: add TethysSvensson

This commit is contained in:
Tethys Svensson 2020-07-28 22:59:51 +02:00
parent b98ad8de37
commit 179b74c216
2 changed files with 7 additions and 1 deletions

View file

@ -7868,6 +7868,12 @@
githubId = 26417242;
name = "Mikolaj Galkowski";
};
TethysSvensson = {
email = "freaken@freaken.dk";
github = "TethysSvensson";
githubId = 4294434;
name = "Tethys Svensson";
};
teto = {
email = "mcoudron@hotmail.com";
github = "teto";

View file

@ -115,7 +115,7 @@ stdenv.mkDerivation rec {
description = "Tiny versions of common UNIX utilities in a single small executable";
homepage = "https://busybox.net/";
license = licenses.gpl2;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ TethysSvensson ];
platforms = platforms.linux;
priority = 10;
};