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
+1 -1
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;
};