lol

librepo: add meta and add myself as a maintainer

+7
+7
pkgs/tools/package-management/librepo/default.nix
··· 20 20 21 21 # librepo/fastestmirror.h includes curl/curl.h, and pkg-config specfile refers to others in here 22 22 propagatedBuildInputs = [ curl gpgme expat ]; 23 + 24 + meta = with stdenv.lib; { 25 + description = "Library providing C and Python (libcURL like) API for downloading linux repository metadata and packages"; 26 + license = licenses.lgpl2Plus; 27 + platforms = platforms.linux; 28 + maintainers = with maintainers; [ copumpkin ]; 29 + }; 23 30 } 24 31