mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
uclibc: claim maintainership
This commit is contained in:
parent
a9bc2d530b
commit
5ab8e0d2aa
|
@ -104,6 +104,7 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
homepage = http://www.uclibc.org/;
|
||||
description = "A small implementation of the C library";
|
||||
maintainers = with stdenv.lib.maintainers; [ rasendubi ];
|
||||
license = stdenv.lib.licenses.lgpl2;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue