uclibc: claim maintainership

This commit is contained in:
Alexey Shmalko 2016-08-03 03:35:54 +03:00
parent a9bc2d530b
commit 5ab8e0d2aa
No known key found for this signature in database
GPG Key ID: DCEF7BCCEB3066C3

View File

@ -104,6 +104,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://www.uclibc.org/; homepage = http://www.uclibc.org/;
description = "A small implementation of the C library"; description = "A small implementation of the C library";
maintainers = with stdenv.lib.maintainers; [ rasendubi ];
license = stdenv.lib.licenses.lgpl2; license = stdenv.lib.licenses.lgpl2;
}; };
} }