Add myself (avaq) to the keybase package maintainers
This commit is contained in:
parent
a027934ceb
commit
ab2d16ad65
@ -35,7 +35,7 @@ buildGoPackage rec {
|
|||||||
homepage = "https://www.keybase.io/";
|
homepage = "https://www.keybase.io/";
|
||||||
description = "The Keybase official command-line utility and service.";
|
description = "The Keybase official command-line utility and service.";
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ carlsverre np rvolosatovs filalex77 ];
|
maintainers = with maintainers; [ avaq carlsverre np rvolosatovs filalex77 ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -108,7 +108,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://www.keybase.io/";
|
homepage = "https://www.keybase.io/";
|
||||||
description = "The Keybase official GUI";
|
description = "The Keybase official GUI";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ rvolosatovs puffnfresh np filalex77 ];
|
maintainers = with maintainers; [ avaq rvolosatovs puffnfresh np filalex77 ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ buildGoPackage {
|
|||||||
homepage = "https://keybase.io/docs/kbfs";
|
homepage = "https://keybase.io/docs/kbfs";
|
||||||
description = "The Keybase filesystem";
|
description = "The Keybase filesystem";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ rvolosatovs bennofs np ];
|
maintainers = with maintainers; [ avaq rvolosatovs bennofs np ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user