mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
maintainers: add TethysSvensson
This commit is contained in:
parent
b98ad8de37
commit
179b74c216
@ -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";
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user