doit: add myself (pSub) as maintainer
This commit is contained in:
parent
e72ef5780d
commit
2d9a6023c4
@ -22,10 +22,10 @@ in python3Packages.buildPythonApplication {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
checkPhase = "py.test";
|
checkPhase = "py.test";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://pydoit.org/;
|
homepage = http://pydoit.org/;
|
||||||
description = "A task management & automation tool";
|
description = "A task management & automation tool";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = licenses.mit;
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
doit is a modern open-source build-tool written in python
|
doit is a modern open-source build-tool written in python
|
||||||
designed to be simple to use and flexible to deal with complex
|
designed to be simple to use and flexible to deal with complex
|
||||||
@ -33,6 +33,7 @@ in python3Packages.buildPythonApplication {
|
|||||||
custom work-flows where there is no out-of-the-box solution
|
custom work-flows where there is no out-of-the-box solution
|
||||||
available.
|
available.
|
||||||
'';
|
'';
|
||||||
platforms = stdenv.lib.platforms.all;
|
maintainers = with maintainers; [ pSub ];
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user