Loading pkgs/applications/misc/1password/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,10 @@ stdenv.mkDerivation { description = "1Password command-line tool"; homepage = "https://developer.1password.com/docs/cli/"; downloadPage = "https://app-updates.agilebits.com/product_history/CLI2"; maintainers = with maintainers; [ joelburget ]; maintainers = with maintainers; [ joelburget khaneliman ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; inherit mainProgram platforms; Loading Loading
pkgs/applications/misc/1password/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,10 @@ stdenv.mkDerivation { description = "1Password command-line tool"; homepage = "https://developer.1password.com/docs/cli/"; downloadPage = "https://app-updates.agilebits.com/product_history/CLI2"; maintainers = with maintainers; [ joelburget ]; maintainers = with maintainers; [ joelburget khaneliman ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; inherit mainProgram platforms; Loading