librepo: add meta and add myself as a maintainer

This commit is contained in:
Dan Peebles 2016-04-30 16:01:26 +00:00
parent 9ec677867f
commit df8971ba40

View File

@ -20,5 +20,12 @@ stdenv.mkDerivation rec {
# librepo/fastestmirror.h includes curl/curl.h, and pkg-config specfile refers to others in here
propagatedBuildInputs = [ curl gpgme expat ];
meta = with stdenv.lib; {
description = "Library providing C and Python (libcURL like) API for downloading linux repository metadata and packages";
license = licenses.lgpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ copumpkin ];
};
}