maintainers: add TethysSvensson
This commit is contained in:
parent
b98ad8de37
commit
179b74c216
|
@ -7868,6 +7868,12 @@
|
||||||
githubId = 26417242;
|
githubId = 26417242;
|
||||||
name = "Mikolaj Galkowski";
|
name = "Mikolaj Galkowski";
|
||||||
};
|
};
|
||||||
|
TethysSvensson = {
|
||||||
|
email = "freaken@freaken.dk";
|
||||||
|
github = "TethysSvensson";
|
||||||
|
githubId = 4294434;
|
||||||
|
name = "Tethys Svensson";
|
||||||
|
};
|
||||||
teto = {
|
teto = {
|
||||||
email = "mcoudron@hotmail.com";
|
email = "mcoudron@hotmail.com";
|
||||||
github = "teto";
|
github = "teto";
|
||||||
|
|
|
@ -115,7 +115,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Tiny versions of common UNIX utilities in a single small executable";
|
description = "Tiny versions of common UNIX utilities in a single small executable";
|
||||||
homepage = "https://busybox.net/";
|
homepage = "https://busybox.net/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ TethysSvensson ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
priority = 10;
|
priority = 10;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue