lol

Merge pull request #165412 from SuperSandro2000/pycurl

authored by

Sandro and committed by
GitHub
7aa37733 14ac2319

+3 -5
+3 -5
pkgs/development/python-modules/pycurl/default.nix
··· 7 7 , openssl 8 8 , bottle 9 9 , pytestCheckHook 10 - , nose 11 10 , flaky 12 11 }: 13 12 ··· 38 37 checkInputs = [ 39 38 bottle 40 39 pytestCheckHook 41 - nose 42 40 flaky 43 41 ]; 44 42 ··· 76 74 ]; 77 75 78 76 meta = with lib; { 79 - homepage = "http://pycurl.sourceforge.net/"; 80 - description = "Python wrapper for libcurl"; 81 - license = licenses.lgpl2Only; 77 + homepage = "http://pycurl.io/"; 78 + description = "Python Interface To The cURL library"; 79 + license = with licenses; [ lgpl2Only mit ]; 82 80 maintainers = with maintainers; []; 83 81 }; 84 82 }