pew: add homepage

This commit is contained in:
Alyssa Ross 2018-11-25 23:06:41 +00:00
parent 40589583c5
commit debe712d7a
No known key found for this signature in database
GPG Key ID: C4844408C0657052

View File

@ -26,6 +26,7 @@ with python3Packages; buildPythonApplication rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/berdario/pew;
description = "Tools to manage multiple virtualenvs written in pure python";
license = licenses.mit;
platforms = platforms.all;