1
0
Fork 1
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:
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 = {
homepage = http://www.uclibc.org/;
description = "A small implementation of the C library";
maintainers = with stdenv.lib.maintainers; [ rasendubi ];
license = stdenv.lib.licenses.lgpl2;
};
}