vcsh: add ttuegel as maintainer
This commit is contained in:
parent
75a5c8b84f
commit
5d7dbaa0fe
@ -18,11 +18,11 @@ stdenv.mkDerivation rec {
|
|||||||
cp vcsh $out/bin
|
cp vcsh $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Version Control System for $HOME";
|
description = "Version Control System for $HOME";
|
||||||
homepage = https://github.com/RichiH/vcsh;
|
homepage = https://github.com/RichiH/vcsh;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ stdenv.lib.maintainers.garbas ];
|
maintainers = with maintainers; [ garbas ttuegel ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user