_1password: add khaneliman maintainer
This commit is contained in:
parent
aa45dd081e
commit
225b066637
@ -73,7 +73,10 @@ stdenv.mkDerivation {
|
|||||||
description = "1Password command-line tool";
|
description = "1Password command-line tool";
|
||||||
homepage = "https://developer.1password.com/docs/cli/";
|
homepage = "https://developer.1password.com/docs/cli/";
|
||||||
downloadPage = "https://app-updates.agilebits.com/product_history/CLI2";
|
downloadPage = "https://app-updates.agilebits.com/product_history/CLI2";
|
||||||
maintainers = with maintainers; [ joelburget ];
|
maintainers = with maintainers; [
|
||||||
|
joelburget
|
||||||
|
khaneliman
|
||||||
|
];
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
inherit mainProgram platforms;
|
inherit mainProgram platforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user